共用方式為


ListItemSubField.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, _
    parentField As ShapeField, _
    view As DiagramClientView _
) As Control
public override Control GetActiveInPlaceEditor(
    ShapeElement parentShape,
    ShapeField parentField,
    DiagramClientView view
)

參數

傳回值

型別:System.Windows.Forms.Control

.NET Framework 安全性

請參閱

參考

ListItemSubField 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間