ContextDataSourceView.Context 属性
定义
获取或设置当前的数据上下文。Gets or sets the current data context.
protected:
property System::Object ^ Context { System::Object ^ get(); void set(System::Object ^ value); };
protected object Context { get; set; }
member this.Context : obj with get, set
Protected Property Context As Object
属性值
当前的数据上下文。The current data context.