ItemsControlAutomationPeer.IsVirtualized プロパティ

定義

ItemsControlAutomationPeer が仮想化されていない子項目の AutomationPeer オブジェクトを返す必要があるかどうかを示す値を取得します。

protected:
 virtual property bool IsVirtualized { bool get(); };
protected virtual bool IsVirtualized { get; }
member this.IsVirtualized : bool
Protected Overridable ReadOnly Property IsVirtualized As Boolean

プロパティ値

Boolean

ItemsControlAutomationPeer が仮想化されていない子項目の AutomationPeer オブジェクトを返す必要がある場合は trueItemsControlAutomationPeer がすべての子項目の AutomationPeer オブジェクトを返す必要がある場合は false

適用対象