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 必须是 ComponentDocumentPropertyTabScope

适用于