XmlPeek.XmlInputPath Property

Definition

The XML input as a file path.

public:
 property Microsoft::Build::Framework::ITaskItem ^ XmlInputPath { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
public Microsoft.Build.Framework.ITaskItem XmlInputPath { get; set; }
public Microsoft.Build.Framework.ITaskItem XmlInputPath { [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.XmlInputPath : 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.XmlInputPath : Microsoft.Build.Framework.ITaskItem with get, set
Public Property XmlInputPath As ITaskItem

Property Value

The XML input as a file path.

Attributes

Applies to