次の方法で共有


VirtualizingPanel.GetIsVirtualizing(DependencyObject) メソッド

定義

IsVirtualizing添付プロパティの値を取得します。

public:
 static bool GetIsVirtualizing(System::Windows::DependencyObject ^ element);
public static bool GetIsVirtualizing(System.Windows.DependencyObject element);
static member GetIsVirtualizing : System.Windows.DependencyObject -> bool
Public Shared Function GetIsVirtualizing (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

添付プロパティ値の読み取り元のオブジェクト。

戻り値

true VirtualizingPanelがコンテンツを仮想化している場合は、それ以外の場合はfalse

注釈

IsVirtualizing プロパティの既定値は、true です。

適用対象