Enumerazione vsCMTypeRef
Il tipo di dati restituito dalla funzione. Può trattarsi di un oggetto CodeTypeRef, di una costante vsCMTypeRef o di 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 | |
---|---|---|
vsCMTypeRefArray | Matrice | |
vsCMTypeRefBool | Un tipo Bool (Boolean). | |
vsCMTypeRefByte | Byte | |
vsCMTypeRefChar | Char | |
vsCMTypeRefCodeType | CodeType | |
vsCMTypeRefDecimal | Decimale | |
vsCMTypeRefDouble | Double | |
vsCMTypeRefFloat | Float | |
vsCMTypeRefInt | Int | |
vsCMTypeRefLong | Long | |
vsCMTypeRefObject | Object | |
vsCMTypeRefOther | Un tipo di dati non incluso nell'elenco. | |
vsCMTypeRefPointer | Puntatore | |
vsCMTypeRefShort | Short | |
vsCMTypeRefString | String | |
vsCMTypeRefVariant | Variant | |
vsCMTypeRefVoid | Un tipo void. |
Vedere anche
Riferimenti
Altre risorse
Individuazione di codice mediante il modello di codice (Visual Basic)