XmlPoke.XmlInputPath Property

Definition

The XML input as 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; }
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem XmlInputPath { get; set; }
public Microsoft.Build.Framework.ITaskItem XmlInputPath { 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
[<Microsoft.Build.Framework.Required>]
member this.XmlInputPath : Microsoft.Build.Framework.ITaskItem with get, set
[<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 file path.

Attributes

Applies to