XamlBuildTypeGenerationExtensionContext.InputTaskItem 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.
Gets or sets the input task item for the XAML build type generation extension context.
public:
property Microsoft::Build::Framework::ITaskItem ^ InputTaskItem { Microsoft::Build::Framework::ITaskItem ^ get(); };
public Microsoft.Build.Framework.ITaskItem InputTaskItem { get; }
member this.InputTaskItem : Microsoft.Build.Framework.ITaskItem
Public ReadOnly Property InputTaskItem As ITaskItem
Property Value
The input task item for the XAML build type generation extension context.