XsdTypeImporterTask.Execute Method

Indicates whether the XML Schema definition type importer task executes.

Namespace:  Microsoft.Build.Tasks.Xsd
Assembly:  XsdBuildTask (in XsdBuildTask.dll)

Syntax

'Declaration
Public Overrides Function Execute As Boolean
public override bool Execute()
public:
virtual bool Execute() override
abstract Execute : unit -> bool  
override Execute : unit -> bool
public override function Execute() : boolean

Return Value

Type: System.Boolean
True if the task is executed successfully; otherwise, false

Implements

ITask.Execute()

Version Information

.NET Framework

Supported in: 4.6, 4.5

See Also

Reference

XsdTypeImporterTask Class

Microsoft.Build.Tasks.Xsd Namespace