Compartir a través de


VCFile.ItemType (Propiedad)

obtiene o establece el tipo de elemento de MSBuild.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Un nombre de tipo de elemento.

Seguridad de .NET Framework

Vea también

Referencia

VCFile Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)