MultiSelector.UnselectAll 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取消選取 MultiSelector 中的所有項目。
public:
void UnselectAll();
public void UnselectAll ();
member this.UnselectAll : unit -> unit
Public Sub UnselectAll ()
備註
不論 是否 CanSelectMultipleItems 為 true
或 false
,您都可以使用這個方法。