Condividi tramite


Proprietà VCCodeProperty.Type

ottiene o imposta un oggetto che rappresenta il tipo a livello di codice.

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

Sintassi

'Dichiarazione
Property Type As CodeTypeRef
CodeTypeRef Type { get; set; }
property CodeTypeRef^ Type {
    CodeTypeRef^ get ();
    void set (CodeTypeRef^ value);
}
abstract Type : CodeTypeRef with get, set
function get Type () : CodeTypeRef
function set Type (value : CodeTypeRef)

Valore proprietà

Tipo: EnvDTE.CodeTypeRef
In CodeTypeRef oggetto.

Note

Type può restituire Nothing o nullriferimento null (Nothing in Visual Basic) per linguaggi che dispongono di una nozione di un tipo predefinito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCodeProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCCodeModel