Gets the list of path to the generated XSD schema.
Namespace: MSBuild.Community.Tasks.Schema
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public ReadOnly Property Schemas As ITaskItem[] |
| C# |
|---|
| [Output] public ITaskItem[] Schemas { get; } |
| C++ |
|---|
| [Output] public property ITaskItem[] Schemas sealed { array<ITaskItem>^ get(); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public ITaskItem[] get_Schemas(); |
| JScript |
|---|
| public function get Schemas() : ITaskItem[] |
See Also
Documentation version 1.0.0.0.