ParameterCollectionEditor.GetEditStyle(ITypeDescriptorContext) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 편집기와 연결된 편집 스타일을 가져옵니다.
public:
override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle
매개 변수
- context
- ITypeDescriptorContext
편집 중인 개체의 컨텍스트를 나타내는 ITypeDescriptorContext 개체입니다.
반환
이 편집기와 연결된 편집 스타일입니다.
설명
GetEditStyle 메서드는 항상 반환을 Modal 모달 대화 상자를 편집기에 대 한 사용자 인터페이스를 나타내는 값입니다.