LabelShapeTextPropertyDescriptor.GetEditor 方法

获取标准单行文本编辑器或多行文本编辑器基于标签形状是否支持多行。

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

语法

声明
Public Overrides Function GetEditor ( _
    editorBaseType As Type _
) As Object
public override Object GetEditor(
    Type editorBaseType
)

参数

  • editorBaseType
    类型:System.Type
    编辑的基础。

返回值

类型:System.Object

.NET Framework 安全性

请参见

参考

LabelShapeTextPropertyDescriptor 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间