CollectionEditor.CollectionForm.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입니다.

적용 대상