CompileWorkflowTask.WorkflowMarkupFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an array of paths to Workflow Markup Files for the workflow project being compiled.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ WorkflowMarkupFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] WorkflowMarkupFiles { get; set; }
member this.WorkflowMarkupFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property WorkflowMarkupFiles As ITaskItem()
Property Value
An array of paths to Workflow Markup Files for the workflow project being compiled.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.