共用方式為


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

建構函式

名稱 描述
System_CAPS_pubmethod SupportedType(Type)

建立僅含型別的支援型別

System_CAPS_pubmethod SupportedType(Type, String)

建立含有型別和顯示名稱的支援型別

屬性

名稱 描述
System_CAPS_pubproperty DisplayName

顯示名稱

System_CAPS_pubproperty Type

支援的型別

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.VisualStudio.Modeling.Integration 命名空間

回到頁首