Freigeben über


VCFile.ItemType-Eigenschaft

Ruft einen Wert ab oder legt ihn fest. MSBuild-Elementtyp

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String
Der Name der Elementtyp.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCFile Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace