ClassViewImages 類別
表示類別檢視、模型總管和 IntelliSense 所使用的影像清單。
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.Shell.ClassViewImages
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public NotInheritable Class ClassViewImages
public static class ClassViewImages
ClassViewImages 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
GetImageList | 取得在指定之服務提供者中使用的影像清單。 |
回頁首
欄位
名稱 | 描述 | |
---|---|---|
AccessTypeCount | 提供可用的存取類型數目。 | |
ConstantIndex | 提供 Constant 圖示的索引。 | |
EnumMemberIndex | 提供 EnumMember 圖示的索引。 | |
ErrorIndex | 提供 Error 圖示的索引。 | |
EventIndex | 提供 Event 圖示的索引。 | |
FieldIndex | 提供 Field 圖示的索引。 | |
FriendModifier | 提供 Friend 存取類型的索引。 | |
InternalModifier | 提供 Internal 存取類型的索引。 | |
MethodIndex | 提供 Method 圖示的索引編號。 | |
PrivateModifier | 提供 Private 存取類型的索引編號。 | |
PropertyIndex | 提供 Property 圖示的索引編號。 | |
ProtectedModifier | 提供 Protected 存取類型的索引編號。 | |
PublicModifier | 提供 Public 存取類型的索引編號。 |
回頁首
備註
影像清單的圖示,存取型別排列。 影像清單為 IntelliSense、 [類別檢視] 索引標籤和 [模型總管] 索引標籤使用 Domain-Specific Language Designer。
不同的圖示群組為不同的存取類型。 存取型別,包括公用、受保護與私用。 圖示可以是指派給存取型別,例如方法和事件的存取型別或項目。 下表列出可在影像清單及其索引的圖示。
圖示 |
索引 |
---|---|
Public |
0 |
內部 |
1 |
Friend |
2 |
Protected |
3 |
Private |
4 |
常數 |
AccessTypeCount * 1 |
EnumMember |
AccessTypeCount * 4 |
事件 |
AccessTypeCount * 5 |
欄位 |
AccessTypeCount * 7 |
方法 |
AccessTypeCount * 12 |
屬性 |
AccessTypeCount * 17 |
錯誤 |
AccessTypeCount * 31 |
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。