Condividi tramite


Proprietà VCFile.ItemType

Ottiene o imposta il tipo di elemento MSBuild.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Un nome di tipo di elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCFile Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine