XsdTypeImporterTask.OutputFile Property
Gets the output file containing the generated types.
Namespace: Microsoft.Build.Tasks.Xsd
Assembly: XsdBuildTask (in XsdBuildTask.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property OutputFile As ITaskItem
[OutputAttribute]
public ITaskItem OutputFile { get; }
[OutputAttribute]
public:
property ITaskItem^ OutputFile {
ITaskItem^ get ();
}
[<OutputAttribute>]
member OutputFile : ITaskItem with get
function get OutputFile () : ITaskItem
Property Value
Type: Microsoft.Build.Framework.ITaskItem
The output file containing the generated types.
Version Information
.NET Framework
Supported in: 4.6, 4.5