ContextDataSourceView.GetDataObjectType(Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
削除、挿入、および更新の各操作に使用するデータ オブジェクトの型を取得します。
protected:
virtual Type ^ GetDataObjectType(Type ^ type);
protected virtual Type GetDataObjectType (Type type);
abstract member GetDataObjectType : Type -> Type
override this.GetDataObjectType : Type -> Type
Protected Overridable Function GetDataObjectType (type As Type) As Type
パラメーター
- type
- Type
操作に使用するオブジェクトのデータ型。
戻り値
削除、挿入、または更新の各操作に使用したデータ オブジェクトの型。