CollectionEditor.Context 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得一個類型描述符,表示目前的上下文。
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 是否存在上下文。