CompilationPass2Task.XamlBuildTypeInspectionExtensionNames 属性

定义

获取或设置 XAML 生成类型检测的扩展名。Gets or sets the extension names for the Xaml build type inspection.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ XamlBuildTypeInspectionExtensionNames { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] XamlBuildTypeInspectionExtensionNames { get; set; }
member this.XamlBuildTypeInspectionExtensionNames : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property XamlBuildTypeInspectionExtensionNames As ITaskItem()

属性值

ITaskItem[]

用于Xaml 生成类型检查的扩展名称。The extension names for the Xaml build type inspection.

适用于