IDynamicDataSource.ContextType 属性

定义

获取 DataContext 类的类型。

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

属性值

与类关联的类型。

适用于