VirtualizingPanel.SetIsVirtualizing(DependencyObject, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 IsVirtualizingProperty 附加屬性的值。
public:
static void SetIsVirtualizing(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsVirtualizing (System.Windows.DependencyObject element, bool value);
static member SetIsVirtualizing : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsVirtualizing (element As DependencyObject, value As Boolean)
參數
- element
- DependencyObject
要在其中設定附加屬性值的物件。
- value
- Boolean
如果 VirtualizingStackPanel 正在虛擬化,則為 true
,否則為 false
。