TextField.GetActiveInPlaceEditor 方法

返回活动就地编辑器的控件。 此方法可以返回 null,在这种情况下本字段没有活动的就位编辑器。

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

语法

声明
Public Overrides Function GetActiveInPlaceEditor ( _
    parentShape As ShapeElement, _
    view As DiagramClientView _
) As Control
public override Control GetActiveInPlaceEditor(
    ShapeElement parentShape,
    DiagramClientView view
)

参数

返回值

类型:System.Windows.Forms.Control

.NET Framework 安全性

请参阅

参考

TextField 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间