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.

적용 대상

추가 정보