共用方式為


ElementPropertyDescriptor.ComponentType 屬性

取得這個屬性所繫結之模型項目的型別。

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public Overrides ReadOnly Property ComponentType As Type
public override Type ComponentType { get; }

屬性值

類型:System.Type
這個屬性所繫結的模型項目的型別。

備註

如果 owner 參數在建構函式指定為這個屬性描述元,則 owner 的 GetType 方法提供型別。 否則,會使用這個描述元的 ModelElement 屬性的型別。 如果這個描述元未繫結到模型項目,則 ModelElement 型別傳回。

.NET Framework 安全性

請參閱

參考

ElementPropertyDescriptor 類別

Microsoft.VisualStudio.Modeling.Design 命名空間

ElementTypeDescriptor

ModelElement