VCFile.ItemType 属性

定义

获取或设置 MSBuild 项类型。

public:
 property System::String ^ ItemType { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ItemType { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(426)]
public string ItemType { [System.Runtime.InteropServices.DispId(426)] get; [System.Runtime.InteropServices.DispId(426)] set; }
[<System.Runtime.InteropServices.DispId(426)>]
[<get: System.Runtime.InteropServices.DispId(426)>]
[<set: System.Runtime.InteropServices.DispId(426)>]
member this.ItemType : string with get, set
Public Property ItemType As String

属性值

String

项类型名称。

属性

适用于