DataObjectMethodAttribute.MethodType プロパティ

定義

メソッドによって実行されるデータ操作の種類を示す DataObjectMethodType 値を取得します。

public:
 property System::ComponentModel::DataObjectMethodType MethodType { System::ComponentModel::DataObjectMethodType get(); };
public System.ComponentModel.DataObjectMethodType MethodType { get; }
member this.MethodType : System.ComponentModel.DataObjectMethodType
Public ReadOnly Property MethodType As DataObjectMethodType

プロパティ値

DataObjectMethodType が適用されるメソッドによって実行されるデータ操作の種類を示す DataObjectMethodAttribute 値の 1 つ。

適用対象