ClassViewImages 類別
表示由類別檢視]、 [模型總管] 和 [IntelliSense 映像清單。
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.Shell.ClassViewImages
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Public NotInheritable Class ClassViewImages
public static class ClassViewImages
ClassViewImages 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
GetImageList | 取得在指定的服務提供者所使用的影像清單。 |
回頁首
欄位
名稱 | 說明 | |
---|---|---|
AccessTypeCount | 提供數個可用的存取類型。 | |
ConstantIndex | 提供 [常數] 圖示的索引。 | |
EnumMemberIndex | 提供 [EnumMember] 圖示的索引。 | |
ErrorIndex | 提供索引 [錯誤] 圖示。 | |
EventIndex | 提供 [事件] 圖示的索引。 | |
FieldIndex | 提供 [欄位] 圖示的索引。 | |
FriendModifier | 提供索引 Friend 存取類型。 | |
InternalModifier | 提供內部存取型別的索引。 | |
MethodIndex | 提供方法的圖示索引編號。 | |
PrivateModifier | 提供私用存取類型的索引編號。 | |
PropertyIndex | 提供 [屬性] 圖示的索引編號。 | |
ProtectedModifier | 提供受保護的存取類型的索引編號。 | |
PublicModifier | 提供公用存取類型的索引編號。 |
回頁首
備註
影像清單包含存取類型所排列的圖示。 影像清單用於 IntelliSense, 類別檢視 ] 索引標籤,以及 模型總管定義域專屬語言設計工具中的] 索引標籤。
其他圖示群組是適用於不同的存取類型。 存取類型包含公用、 受保護,以及私用。 圖示可存取類型] 或 [指派給存取類型,例如方法和事件的項目。 下表會列出可在影像清單和它們的索引中使用的圖示。
圖示 |
索引 |
---|---|
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) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。