VCFile.ItemType 属性

获取或设置此 MSBuild 项类型。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property ItemType As String
string ItemType { get; set; }
property String^ ItemType {
    String^ get ();
    void set (String^ value);
}
abstract ItemType : string with get, set
function get ItemType () : String 
function set ItemType (value : String)

属性值

类型:String
一个项类型名称。

.NET Framework 安全性

请参阅

参考

VCFile 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间