CollectionEditor.Context 属性

定义

获取指示当前上下文的类型描述符。

protected:
 property System::ComponentModel::ITypeDescriptorContext ^ Context { System::ComponentModel::ITypeDescriptorContext ^ get(); };
protected System.ComponentModel.ITypeDescriptorContext Context { get; }
protected System.ComponentModel.ITypeDescriptorContext? Context { get; }
member this.Context : System.ComponentModel.ITypeDescriptorContext
Protected ReadOnly Property Context As ITypeDescriptorContext

属性值

指示 ITypeDescriptorContext 当前正在使用的上下文,或者 null 没有可用的上下文。

适用于