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

プロパティ値

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

適用対象