XslTransformation.XmlInputPaths Property

Definition

The XML input as file path.

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

Property Value

The XML input files.

Attributes

Applies to