バージョン

GetEditStatus メソッド

オブジェクトが編集モードかどうかについての情報を返します。
シンタックス
'宣言
 
Public Function GetEditStatus( _
   ByRef embeddableElement As EmbeddableUIElementBase, _
   ByRef changed As Boolean _
) As Boolean
public bool GetEditStatus( 
   out EmbeddableUIElementBase embeddableElement,
   out bool changed
)

パラメータ

embeddableElement
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) から返された要素。
changed
編集モードを開始以降値が変更されている場合は True。

戻り値の型

現在編集モードの場合は True。
参照