ShapeField.GetActiveInPlaceEditor 方法

获取活动的就地编辑。

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

语法

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

参数

返回值

类型:System.Windows.Forms.Control
活动或空就地编辑,如果就地编辑不是活动的。

.NET Framework 安全性

请参见

参考

ShapeField 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间