XmlPoke.XmlInputPath 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.
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