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
)
参数
- parentShape
类型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
包含此子字段的 ShapeElement。
- view
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
承载内置编辑器的视图。
返回值
类型:System.Windows.Forms.Control
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。