'宣言 Public Overloads Function EndEdit( _ ByVal commitChanges As System.Boolean _ ) As System.Boolean
public System.bool EndEdit( System.bool commitChanges )
パラメータ
- commitChanges
true
に設定された場合は、変更を適用します。
戻り値の型
編集が終了した場合は True、それ以外の場合は False
true
に設定された場合は、変更を適用します。
'宣言 Public Overloads Function EndEdit( _ ByVal commitChanges As System.Boolean _ ) As System.Boolean
public System.bool EndEdit( System.bool commitChanges )
true
に設定された場合は、変更を適用します。