バージョン

EnterEditMode メソッド (EmbeddableEditorBase)

エディターを編集モードにするときに呼び出します。
シンタックス
'宣言
 
Public Function EnterEditMode( _
   ByVal embeddableElement As EmbeddableUIElementBase _
) As Boolean
public bool EnterEditMode( 
   EmbeddableUIElementBase embeddableElement
)

パラメータ

embeddableElement
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) から返された要素。

戻り値の型

成功した場合は true を返します。
参照