Share via


IUIService.CanShowComponentEditor(Object) 메서드

정의

구성 요소가 ComponentEditorForm을 표시할 수 있는지 여부를 나타냅니다.

public:
 bool CanShowComponentEditor(System::Object ^ component);
public bool CanShowComponentEditor (object component);
abstract member CanShowComponentEditor : obj -> bool
Public Function CanShowComponentEditor (component As Object) As Boolean

매개 변수

component
Object

ComponentEditorForm 표시를 지원하는지 여부를 검사할 구성 요소입니다.

반환

지정한 구성 요소가 구성 요소 편집기 폼을 표시할 수 있으면 true이고, 그렇지 않으면 false입니다.

설명

구성 요소 편집기는 COM(구성 요소 개체 모델)의 속성 페이지와 유사한 구성 요소 편집기 양식을 표시할 수 있습니다.

이 메서드는 지정된 구성 요소 ComponentEditor 에 를 표시할 수 있는 가 있는지 여부를 확인합니다 ComponentEditorForm.

적용 대상

추가 정보