CollectionEditor.Context 屬性

定義

會取得一個類型描述符,表示目前的上下文。

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

屬性值

一個 ITypeDescriptorContext 表示目前使用的上下文,或 null 是否存在上下文。

適用於