表示程式碼項目的類型。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
Public Enumeration vsCMElement
public enum vsCMElement
public enum class vsCMElement
type vsCMElement
public enum vsCMElement
成員
| 成員名稱 | 說明 | |
|---|---|---|
| vsCMElementOther | 清單中未列的項目 | |
| vsCMElementClass | 用於 class 的項目 | |
| vsCMElementFunction | 用於 function 的項目 | |
| vsCMElementVariable | 用於 variable 的項目 | |
| vsCMElementProperty | 用於 property 的項目 | |
| vsCMElementNamespace | 用於 namespace 的項目 | |
| vsCMElementParameter | 用於 parameter 的項目 | |
| vsCMElementAttribute | 用於 attribute 的項目 | |
| vsCMElementInterface | 用於 interface 的項目 | |
| vsCMElementDelegate | 用於 delegate 的項目 | |
| vsCMElementEnum | 用於 enumerator 的項目 | |
| vsCMElementStruct | 用於 structure 的項目 | |
| vsCMElementUnion | 用於 union 的項目 | |
| vsCMElementLocalDeclStmt | 用於 local 宣告陳述式的項目 | |
| vsCMElementFunctionInvokeStmt | 用於 function 叫用陳述式的項目 | |
| vsCMElementPropertySetStmt | 用於 property set 陳述式的項目 | |
| vsCMElementAssignmentStmt | 用於指派陳述式的項目 | |
| vsCMElementInheritsStmt | 用於 inherit 陳述式的項目 | |
| vsCMElementImplementsStmt | 用於 implement 陳述式的項目 | |
| vsCMElementOptionStmt | 用於 option 陳述式的項目 | |
| vsCMElementVBAttributeStmt | 用於 VB attribute 陳述式的項目 | |
| vsCMElementVBAttributeGroup | 用於 VB attribute 群組的項目 | |
| vsCMElementEventsDeclaration | 用於 event 宣告的項目 | |
| vsCMElementUDTDecl | 用於使用者定義 type 宣告的項目 | |
| vsCMElementDeclareDecl | 用於 declare 的宣告項目 | |
| vsCMElementDefineStmt | 用於 define 陳述式的項目 | |
| vsCMElementTypeDef | 用於 type 定義的項目 | |
| vsCMElementIncludeStmt | 用於 include 陳述式的項目 | |
| vsCMElementUsingStmt | 用於 using 陳述式的項目 | |
| vsCMElementMacro | 用於 macro 的項目 | |
| vsCMElementMap | 用於 map 的項目 | |
| vsCMElementIDLImport | 用於 IDL import 的項目 | |
| vsCMElementIDLImportLib | 用於 IDL import 程式庫的項目 | |
| vsCMElementIDLCoClass | 用於 IDL 共同類別的項目 | |
| vsCMElementIDLLibrary | 用於 IDL 程式庫的項目 | |
| vsCMElementImportStmt | 用於 import 陳述式的項目 | |
| vsCMElementMapEntry | 用於對應項 (Map Entry) 的項目 | |
| vsCMElementVCBase | 用於 VC base 的項目 | |
| vsCMElementEvent | 用於 event 的項目 | |
| vsCMElementModule | 用於 module 的項目 |