MakeDir.DirectoriesCreated Property

Definition

Gets the directories that the MakeDir task created.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ DirectoriesCreated { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] DirectoriesCreated { get; }
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] DirectoriesCreated { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
[<Microsoft.Build.Framework.Output>]
member this.DirectoriesCreated : Microsoft.Build.Framework.ITaskItem[]
[<Microsoft.Build.Framework.Output>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DirectoriesCreated : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property DirectoriesCreated As ITaskItem()

Property Value

The directories that the MakeDir task created.

Attributes

Remarks

If some directories could not be created, this property may not contain all of the items that were passed into the Directories property.

Applies to