MetaModel.ContextType 属性

定义

在派生类中重写时,获取此模型描述的 DataContext 类型。

public:
 abstract property Type ^ ContextType { Type ^ get(); };
public abstract Type ContextType { get; }
member this.ContextType : Type
Public MustOverride ReadOnly Property ContextType As Type

属性值

Type

数据上下文类型。

适用于