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

属性值

数据上下文的类型。

注解

数据上下文在构造函数中设置。

适用于