Compartilhar via


Propriedade VCFile.ItemType

Obtém ou define o tipo de item do MSBuild.

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

Sintaxe

'Declaração
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 propriedade

Tipo: String
Um nome de tipo de item.

Segurança do .NET Framework

Consulte também

Referência

VCFile Interface

Namespace Microsoft.VisualStudio.VCProjectEngine