Partager via


VCCodeTypedef.TypeString, propriété

Obtient ou définit le type de l'objet qui utilise une représentation sous forme de chaîne du type.

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

Syntaxe

'Déclaration
Property TypeString As String
string TypeString { get; set; }
property String^ TypeString {
    String^ get ();
    void set (String^ value);
}
abstract TypeString : string with get, set
function get TypeString () : String 
function set TypeString (value : String)

Valeur de propriété

Type : String
Type de l'objet.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeTypedef Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms