Condividi tramite


Proprietà VCCodeAttribute.IsCodeType

Ottiene un valore che indica se è possibile ottenere un oggetto CodeType da questo oggetto.

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

Sintassi

'Dichiarazione
ReadOnly Property IsCodeType As Boolean
bool IsCodeType { get; }
property bool IsCodeType {
    bool get ();
}
abstract IsCodeType : bool with get
function get IsCodeType () : boolean

Valore proprietà

Tipo: Boolean
true se è possibile ottenere un oggetto CodeType; in caso contrario, false.

Note

IsCodeType restituisce un valore che indica se l'elemento di codice è un tipo di codice. In questo caso, è possibile eseguirne il QI o il cast a un oggetto CodeType. Il valore è true se Kind è EnvDTE.vsCMElement.vsCMElementClass, EnvDTE.vsCMElement.vsCMElementInterface, EnvDTE.vsCMElement.vsCMElementDelegate, EnvDTE.vsCMElement.vsCMElementStruct o EnvDTE.vsCMElement.vsCMElementEnum.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCCodeAttribute Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCCodeModel

Altre risorse

Procedura: compilare ed eseguire gli esempi di codice del modello a oggetti di automazione