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

属性值

数据上下文类型。

适用于