PropertyGrid.PropertyTabCollection.Clear(PropertyTabScope) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除指定之範圍的所有 [屬性] 索引標籤。
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
參數的指派值小於 PropertyTabScope 的 Document
值。
備註
這個方法會清除指定範圍或較小範圍的索引標籤。 參數 tabScope
必須是 Component
的 PropertyTabScope 或 Document
值。