VirtualizedItemPattern 類別
定義
表示容器內的項目 (Item),這些項目已經虛擬化,而且必須當做使用者介面自動化項目 (Element) 以供完整存取。Represents items inside containers that are virtualized and need to be made fully accessible as UI Automation elements.
public ref class VirtualizedItemPattern : System::Windows::Automation::BasePattern
public class VirtualizedItemPattern : System.Windows.Automation.BasePattern
type VirtualizedItemPattern = class
inherit BasePattern
Public Class VirtualizedItemPattern
Inherits BasePattern
- 繼承
欄位
Pattern |
識別 VirtualizedItemPattern 控制項模式。Identifies the VirtualizedItemPattern control pattern. |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
Realize() |
允許將虛擬項目當做使用者介面自動化項目完整存取。Makes the virtual item fully accessible as a UI Automation element. |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |