Enumerazione vsCMTypeRef
Il tipo di dati restituito dalla funzione. Può essere un oggetto CodeTypeRef, una costante vsCMTypeRef o un nome di tipo completo.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Enumeration vsCMTypeRef
public enum vsCMTypeRef
public enum class vsCMTypeRef
type vsCMTypeRef
public enum vsCMTypeRef
Membri
Nome membro | Descrizione | |
---|---|---|
vsCMTypeRefOther | Un tipo di dati non incluso nell'elenco. | |
vsCMTypeRefCodeType | CodeType | |
vsCMTypeRefArray | Matrice | |
vsCMTypeRefVoid | Un tipo void. | |
vsCMTypeRefPointer | Puntatore | |
vsCMTypeRefString | Stringa | |
vsCMTypeRefObject | Object | |
vsCMTypeRefByte | Byte | |
vsCMTypeRefChar | Char | |
vsCMTypeRefShort | Short | |
vsCMTypeRefInt | Int | |
vsCMTypeRefLong | Long | |
vsCMTypeRefFloat | Float | |
vsCMTypeRefDouble | Double | |
vsCMTypeRefDecimal | Decimal | |
vsCMTypeRefBool | Un tipo Bool (Boolean). | |
vsCMTypeRefVariant | Variant |
Vedere anche
Riferimenti
Altre risorse
Individuazione di codice mediante il modello di codice (Visual Basic)