ScrollItemPattern 類別
定義
表示支援 ScrollPattern 控制項模式的容器子控制項。Represents child controls of containers that support the ScrollPattern control pattern.
public ref class ScrollItemPattern : System::Windows::Automation::BasePattern
public class ScrollItemPattern : System.Windows.Automation.BasePattern
type ScrollItemPattern = class
inherit BasePattern
Public Class ScrollItemPattern
Inherits BasePattern
- 繼承
備註
如需可執行此控制項模式的控制項範例,請參閱 消費者介面自動化用戶端的控制項模式對應 。See Control Pattern Mapping for UI Automation Clients for examples of controls that can implement this control pattern.
欄位
Pattern |
識別 ScrollItemPattern 控制項模式。Identifies the ScrollItemPattern 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) |
ScrollIntoView() |
捲動容器物件的內容區域,以顯示此容器之可見區域 (檢視區) 內的 AutomationElement。Scrolls the content area of a container object in order to display the AutomationElement within the visible region (viewport) of the container. |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |