ElementTypeDescriptor.GetClassName 方法

返回此类型说明符表示的类的名称。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
Public Overrides Function GetClassName As String
public override string GetClassName()

返回值

类型:System.String
如果已指定了一个,则为描述的 DomainClass 的 DisplayName。否则返回基类默认值。

实现

ICustomTypeDescriptor.GetClassName()

.NET Framework 安全性

请参阅

参考

ElementTypeDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间