PropertyGrid.PropertyTabCollection.Clear(PropertyTabScope) 메서드

정의

컬렉션에서 지정된 범위의 모든 속성 탭을 제거합니다.

public:
 void Clear(System::ComponentModel::PropertyTabScope tabScope);
public void Clear (System.ComponentModel.PropertyTabScope tabScope);
member this.Clear : System.ComponentModel.PropertyTabScope -> unit
Public Sub Clear (tabScope As PropertyTabScope)

매개 변수

tabScope
PropertyTabScope

제거할 탭의 범위입니다.

예외

tabScope 매개 변수에 할당된 값이 PropertyTabScopeDocument 값보다 작은 경우

설명

이 메서드는 지정된 된 범위 또는 더 작은 탭을 지웁니다. 합니다 tabScope 매개 변수 여야 합니다 합니다 Component 또는 Document 의 값 PropertyTabScope합니다.

적용 대상