共用方式為


ParentAdapter.AdapterType 屬性

取得這個類別所表示的配接器型別。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Overrides ReadOnly Property AdapterType As Type
    Get
public override Type AdapterType { get; }
public:
virtual property Type^ AdapterType {
    Type^ get () override;
}
abstract AdapterType : Type
override AdapterType : Type
override function get AdapterType () : Type

屬性值

型別:System.Type
Type ,表示父代配接器的類別型別。

備註

AdapterType 屬性的預設實作會傳回 ParentAdapter

.NET Framework 安全性

請參閱

參考

ParentAdapter 類別

Microsoft.Windows.Design.Interaction 命名空間

ModelParent

ModelItem

其他資源

WPF 設計工具擴充性