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

适用于