TextField.GetActiveInPlaceEditor 方法

返回有效的就地编辑的控件。 ,在就地编辑了该字段情况下,不活动此方法可返回 null。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 命名空间