Partager via


VCFile.ItemType, propriété

Obtient ou définit le type d'élément MSBuild.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Nom de type d'élément.

Sécurité .NET Framework

Voir aussi

Référence

VCFile Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms