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 (如果沒有可用的內容)。

適用於