DesignerDataSourceView.CanDelete プロパティ

定義

現在のDataSourceView オブジェクトに関連付けられているDataSourceControl オブジェクトがExecuteDelete(IDictionary, IDictionary) メソッドをサポートしているかどうかを示す値を取得します。

public:
 virtual property bool CanDelete { bool get(); };
public virtual bool CanDelete { get; }
member this.CanDelete : bool
Public Overridable ReadOnly Property CanDelete As Boolean

プロパティ値

true ExecuteDelete(IDictionary, IDictionary) メソッドがサポートされている場合は。それ以外の場合はfalse

適用対象

こちらもご覧ください