次の方法で共有


DataModelProvider.ContextType プロパティ

定義

データ コンテキストの型を取得します。

public:  virtual property Type ^ ContextType {  public:
Type ^ get(); protected:
 void set(Type ^ value); };
public virtual Type ContextType { get; protected set; }
member this.ContextType : Type with get, set
Public Overridable Property ContextType As Type

プロパティ値

Type

データ コンテキストの型。

注釈

データコンテキストは、コンストラクターで設定されます。

適用対象