共用方式為


ElementTypeDescriptor.GetComponentName 方法

取得這個類別所表示之模型項目的名稱。

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

語法

'宣告
Public Overrides Function GetComponentName As String
public override string GetComponentName()

傳回值

類型:System.String
這個類別所表示之模型項目的名稱。如果項目沒有名稱,則這個屬性會傳回空字串 ("")。

實作

ICustomTypeDescriptor.GetComponentName()

備註

這個所描述之模型項目的中繼資料由型別代表 DomainClassInfo物件。 網域屬性的模型項目提供組件名稱中繼資料標記的 NameDomainProperty 屬性。

.NET Framework 安全性

請參閱

參考

ElementTypeDescriptor 類別

Microsoft.VisualStudio.Modeling.Design 命名空間

DomainClassInfo

DomainPropertyInfo

ElementNameAttribute

ElementNameProvider