SupportedType 類別
保存配接器管理員之支援類型及其顯示名稱的類別
命名空間: Microsoft.VisualStudio.Modeling.Integration
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.Integration.SupportedType
語法
public class SupportedType
public ref class SupportedType
type SupportedType = class end
Public Class SupportedType
建構函式
名稱 | 描述 | |
---|---|---|
SupportedType(Type) | 建立僅含型別的支援型別 |
|
SupportedType(Type, String) | 建立含有型別和顯示名稱的支援型別 |
屬性
名稱 | 描述 | |
---|---|---|
DisplayName | 顯示名稱 |
|
Type | 支援的型別 |
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Object。) |
|
Finalize() | (繼承自 Object。) |
|
GetHashCode() | (繼承自 Object。) |
|
GetType() | (繼承自 Object。) |
|
MemberwiseClone() | (繼承自 Object。) |
|
ToString() | (繼承自 Object。) |
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.VisualStudio.Modeling.Integration 命名空間
回到頁首