Enumerazione vsCMElement
Indica il tipo dell'elemento di codice.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Enumeration vsCMElement
public enum vsCMElement
public enum class vsCMElement
type vsCMElement
public enum vsCMElement
Membri
Nome membro | Descrizione | |
---|---|---|
vsCMElementAssignmentStmt | Un'istruzione di assegnazione. | |
vsCMElementAttribute | Un attributo. | |
vsCMElementClass | Una classe. | |
vsCMElementDeclareDecl | Una dichiarazione Declare. | |
vsCMElementDefineStmt | Un'istruzione Define. | |
vsCMElementDelegate | Un delegato. | |
vsCMElementEnum | Un enumeratore. | |
vsCMElementEvent | Un evento. | |
vsCMElementEventsDeclaration | Una dichiarazione di eventi. | |
vsCMElementFunction | Una funzione. | |
vsCMElementFunctionInvokeStmt | Un'istruzione per la chiamata delle funzioni. | |
vsCMElementIDLCoClass | Una coclasse IDL. | |
vsCMElementIDLImport | Un'importazione IDL. | |
vsCMElementIDLImportLib | Una libreria di importazione IDL. | |
vsCMElementIDLLibrary | Una libreria IDL. | |
vsCMElementImplementsStmt | Un'istruzione Implements. | |
vsCMElementImportStmt | Un'istruzione Import. | |
vsCMElementIncludeStmt | Un'istruzione Include. | |
vsCMElementInheritsStmt | Un'istruzione Inherits. | |
vsCMElementInterface | Un'interfaccia. | |
vsCMElementLocalDeclStmt | Un'istruzione di dichiarazione locale. | |
vsCMElementMacro | Una macro. | |
vsCMElementMap | Una mappa. | |
vsCMElementMapEntry | Una voce della mappa. | |
vsCMElementModule | Un modulo. | |
vsCMElementNamespace | Uno spazio dei nomi. | |
vsCMElementOptionStmt | Un'istruzione Option. | |
vsCMElementOther | Un elemento non incluso nell'elenco. | |
vsCMElementParameter | Un parametro. | |
vsCMElementProperty | Una proprietà. | |
vsCMElementPropertySetStmt | Un'istruzione per l'impostazione delle proprietà. | |
vsCMElementStruct | Una struttura. | |
vsCMElementTypeDef | Una definizione di tipo. | |
vsCMElementUDTDecl | Una dichiarazione di tipi definiti dall'utente. | |
vsCMElementUnion | Un'unione. | |
vsCMElementUsingStmt | Un'istruzione Using. | |
vsCMElementVariable | Una variabile. | |
vsCMElementVBAttributeGroup | Un gruppo di attributi VB. | |
vsCMElementVBAttributeStmt | Un'istruzione relativa agli attributi VB. | |
vsCMElementVCBase | Una base VC. |