DateTimeAutomationPeer クラス
定義
UI オートメーションに CalendarDayButton 型と CalendarButton 型を公開します。Exposes CalendarDayButton and CalendarButton types to UI Automation.
public ref class DateTimeAutomationPeer sealed : System::Windows::Automation::Peers::AutomationPeer, System::Windows::Automation::Provider::IInvokeProvider, System::Windows::Automation::Provider::ISelectionItemProvider, System::Windows::Automation::Provider::ITableItemProvider, System::Windows::Automation::Provider::IVirtualizedItemProvider
public sealed class DateTimeAutomationPeer : System.Windows.Automation.Peers.AutomationPeer, System.Windows.Automation.Provider.IInvokeProvider, System.Windows.Automation.Provider.ISelectionItemProvider, System.Windows.Automation.Provider.ITableItemProvider, System.Windows.Automation.Provider.IVirtualizedItemProvider
type DateTimeAutomationPeer = class
inherit AutomationPeer
interface IGridItemProvider
interface IInvokeProvider
interface ISelectionItemProvider
interface ITableItemProvider
interface IVirtualizedItemProvider
type DateTimeAutomationPeer = class
inherit AutomationPeer
interface ISelectionItemProvider
interface ITableItemProvider
interface IGridItemProvider
interface IInvokeProvider
interface IVirtualizedItemProvider
type DateTimeAutomationPeer = class
inherit AutomationPeer
interface IGridItemProvider
interface ISelectionItemProvider
interface ITableItemProvider
interface IInvokeProvider
interface IVirtualizedItemProvider
Public NotInheritable Class DateTimeAutomationPeer
Inherits AutomationPeer
Implements IInvokeProvider, ISelectionItemProvider, ITableItemProvider, IVirtualizedItemProvider
- 継承
- 実装
プロパティ
Dispatcher |
この Dispatcher が関連付けられている DispatcherObject を取得します。Gets the Dispatcher this DispatcherObject is associated with. (継承元 DispatcherObject) |
EventsSource |
この AutomationPeer に由来するすべてのイベントのソースとして、オートメーション クライアントに報告される AutomationPeer を取得または設定します。Gets or sets an AutomationPeer that is reported to the automation client as a source for all the events that come from this AutomationPeer. (継承元 AutomationPeer) |
IsHwndHost |
この AutomationPeer に関連付けられている要素が Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) で |
メソッド
CheckAccess() |
呼び出し元のスレッドがこの DispatcherObject にアクセスできるかどうかを確認します。Determines whether the calling thread has access to this DispatcherObject. (継承元 DispatcherObject) |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetAcceleratorKey() |
UI オートメーションUI Automation ピアに関連付けられている要素の、アクセラレータ キーの組み合わせを取得します。Gets the accelerator key combinations for the element that is associated with the UI オートメーションUI Automation peer. (継承元 AutomationPeer) |
GetAcceleratorKeyCore() |
派生クラスでオーバーライドされると、GetAcceleratorKey() によって呼び出されます。When overridden in a derived class, is called by GetAcceleratorKey(). (継承元 AutomationPeer) |
GetAccessKey() |
オートメーション ピアに関連付けられている要素のアクセス キーを取得します。Gets the access key for the element that is associated with the automation peer. (継承元 AutomationPeer) |
GetAccessKeyCore() |
派生クラスでオーバーライドされると、GetAccessKey() によって呼び出されます。When overridden in a derived class, is called by GetAccessKey(). (継承元 AutomationPeer) |
GetAutomationControlType() |
UI オートメーションUI Automation ピアに関連付けられている要素のコントロール型を取得します。Gets the control type for the element that is associated with the UI オートメーションUI Automation peer. (継承元 AutomationPeer) |
GetAutomationControlTypeCore() |
派生クラスでオーバーライドされると、GetAutomationControlType() によって呼び出されます。When overridden in a derived class, is called by GetAutomationControlType(). (継承元 AutomationPeer) |
GetAutomationId() |
オートメーション ピアに関連付けられている要素の AutomationId を取得します。Gets the AutomationId of the element that is associated with the automation peer. (継承元 AutomationPeer) |
GetAutomationIdCore() |
派生クラスでオーバーライドされると、GetAutomationId() によって呼び出されます。When overridden in a derived class, is called by GetAutomationId(). (継承元 AutomationPeer) |
GetBoundingRectangle() |
オートメーション ピアに関連付けられている要素の画面座標を表す Rect オブジェクトを取得します。Gets the Rect object that represents the screen coordinates of the element that is associated with the automation peer. (継承元 AutomationPeer) |
GetBoundingRectangleCore() |
派生クラスでオーバーライドされると、GetBoundingRectangle() によって呼び出されます。When overridden in a derived class, is called by GetBoundingRectangle(). (継承元 AutomationPeer) |
GetChildren() |
UI オートメーション ツリーでオートメーション ピアの直接の子要素として表現される GetChildren() 要素のコレクションを取得します。Gets the collection of GetChildren() elements that are represented in the UI Automation tree as immediate child elements of the automation peer. (継承元 AutomationPeer) |
GetChildrenCore() |
派生クラスでオーバーライドされると、GetChildren() によって呼び出されます。When overridden in a derived class, is called by GetChildren(). (継承元 AutomationPeer) |
GetClassName() |
この AutomationControlType で表されるコントロールと区別するために AutomationPeer で使用される名前を取得します。Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer. (継承元 AutomationPeer) |
GetClassNameCore() |
派生クラスでオーバーライドされると、GetClassName() によって呼び出されます。When overridden in a derived class, is called by GetClassName(). (継承元 AutomationPeer) |
GetClickablePoint() |
マウスのクリックに応答するオートメーション ピアに関連付けられている要素上の Point を取得します。Gets a Point on the element that is associated with the automation peer that responds to a mouse click. (継承元 AutomationPeer) |
GetClickablePointCore() |
派生クラスでオーバーライドされると、GetClickablePoint() によって呼び出されます。When overridden in a derived class, is called by GetClickablePoint(). (継承元 AutomationPeer) |
GetControlledPeers() |
UI オートメーションに対して、この AutomationPeer によって影響を受けるか制御される要素のリストを提供します。Provides UI Automation with a list of elements affected or controlled by this AutomationPeer. (継承元 AutomationPeer) |
GetControlledPeersCore() |
派生クラスでオーバーライドされると、UI オートメーションに対して、この AutomationPeer によって影響を受けるか制御される要素のリストを提供します。When overridden in a derived class, provides UI Automation with a list of elements affected or controlled by this AutomationPeer. (継承元 AutomationPeer) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetHelpText() |
オートメーション ピアに関連付けられているコントロールの機能を説明するテキストを取得します。Gets text that describes the functionality of the control that is associated with the automation peer. (継承元 AutomationPeer) |
GetHelpTextCore() |
派生クラスでオーバーライドされると、GetHelpText() によって呼び出されます。When overridden in a derived class, is called by GetHelpText(). (継承元 AutomationPeer) |
GetHostRawElementProviderCore() |
Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) 要素によってホストされている |
GetItemStatus() |
オートメーション ピアに関連付けられている要素の表示状態を表すテキストを取得します。Gets text that conveys the visual status of the element that is associated with this automation peer. (継承元 AutomationPeer) |
GetItemStatusCore() |
派生クラスでオーバーライドされると、GetItemStatus() によって呼び出されます。When overridden in a derived class, is called by GetItemStatus(). (継承元 AutomationPeer) |
GetItemType() |
オブジェクトが表す項目の種類を説明する文字列を取得します。Gets a string that describes what kind of item an object represents. (継承元 AutomationPeer) |
GetItemTypeCore() |
派生クラスでオーバーライドされると、GetItemType() によって呼び出されます。When overridden in a derived class, is called by GetItemType(). (継承元 AutomationPeer) |
GetLabeledBy() |
要素を対象とする Label の AutomationPeer を取得します。Gets the AutomationPeer for the Label that is targeted to the element. (継承元 AutomationPeer) |
GetLabeledByCore() |
派生クラスでオーバーライドされると、GetLabeledBy() によって呼び出されます。When overridden in a derived class, is called by GetLabeledBy(). (継承元 AutomationPeer) |
GetLiveSetting() |
このオートメーション ピアと関連付けられたライブ領域の通知特性を取得します。Gets the notification characteristics of a live region that is associated with this automation peer. (継承元 AutomationPeer) |
GetLiveSettingCore() |
派生クラスでオーバーライドされると、ライブ領域の通知特性を返します。When overridden in a derived class, returns the notification characteristics of a live region. GetLiveSetting() メソッドによって呼び出されます。Called by the GetLiveSetting() method. (継承元 AutomationPeer) |
GetLocalizedControlType() |
このオートメーション ピアに関連付けられているコントロールの AutomationControlType の値を、ユーザーが判読できるローカライズされた文字列の形で取得します。Gets a human-readable localized string that represents the AutomationControlType value for the control that is associated with this automation peer. (継承元 AutomationPeer) |
GetLocalizedControlTypeCore() |
派生クラスでオーバーライドされると、GetLocalizedControlType() によって呼び出されます。When overridden in a derived class, is called by GetLocalizedControlType(). (継承元 AutomationPeer) |
GetName() |
このオートメーション ピアに関連付けられている要素を説明するテキストを取得します。Gets text that describes the element that is associated with this automation peer. (継承元 AutomationPeer) |
GetNameCore() |
派生クラスでオーバーライドされると、GetName() によって呼び出されます。When overridden in a derived class, is called by GetName(). (継承元 AutomationPeer) |
GetOrientation() |
コントロールの向きが明示的に設定されている場合にその向きを示す値を取得します。Gets a value that indicates the explicit control orientation, if any. (継承元 AutomationPeer) |
GetOrientationCore() |
派生クラスでオーバーライドされると、GetOrientation() によって呼び出されます。When overridden in a derived class, is called by GetOrientation(). (継承元 AutomationPeer) |
GetParent() |
この AutomationPeer の親である AutomationPeer を取得します。Gets the AutomationPeer that is the parent of this AutomationPeer. (継承元 AutomationPeer) |
GetPattern(PatternInterface) |
この DateTimeAutomationPeer のコントロール パターンの実装を取得します。Gets the control pattern implementation for this DateTimeAutomationPeer. |
GetPeerFromPoint(Point) |
指定したポイントから AutomationPeer を取得します。Gets an AutomationPeer from the specified point. (継承元 AutomationPeer) |
GetPeerFromPointCore(Point) |
派生クラスでオーバーライドされると、GetPeerFromPoint(Point) から呼び出されます。When overridden in a derived class, is called from GetPeerFromPoint(Point). (継承元 AutomationPeer) |
GetPositionInSet() |
PositionInSet プロパティの値を取得しようとします。Attempts to get the value of the PositionInSet property. (継承元 AutomationPeer) |
GetPositionInSetCore() |
派生クラスでオーバーライドされると、UI オートメーションに対して、グループまたはセット内でこの要素が占める位置を表す 1 から始まる整数値を提供します。When overridden in a derived class, provides UI Automation with a one-based integer value that describes the position this element occupies in a group or set. (継承元 AutomationPeer) |
GetSizeOfSet() |
SizeOfSet プロパティの値を取得しようとします。Attempts to get the value of the SizeOfSet property. (継承元 AutomationPeer) |
GetSizeOfSetCore() |
派生クラスでオーバーライドされると、UI オートメーションに対して、この要素が属するグループまたはセットのサイズを提供します。When overridden in a derived class, provides UI Automation with the size of the group or set that this element belongs to. (継承元 AutomationPeer) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
HasKeyboardFocus() |
このオートメーション ピアに関連付けられている要素に現在キーボード フォーカスがあるかどうかを示す値を取得します。Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus. (継承元 AutomationPeer) |
HasKeyboardFocusCore() |
派生クラスでオーバーライドされると、HasKeyboardFocus() によって呼び出されます。When overridden in a derived class, is called by HasKeyboardFocus(). (継承元 AutomationPeer) |
InvalidatePeer() |
AutomationPeer のメイン プロパティの再計算をトリガーし、プロパティが変更された場合はオートメーション クライアントへの PropertyChanged 通知を発生させます。Triggers recalculation of the main properties of the AutomationPeer and raises the PropertyChanged notification to the Automation Client if the properties changed. (継承元 AutomationPeer) |
IsContentElement() |
この Automation Peer に関連付けられている要素が、ユーザーに提示されるデータを含むかどうかを示す値を取得します。Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. (継承元 AutomationPeer) |
IsContentElementCore() |
派生クラスでオーバーライドされると、IsContentElement() によって呼び出されます。When overridden in a derived class, is called by IsContentElement(). (継承元 AutomationPeer) |
IsControlElement() |
要素がユーザーに対話的に認識されるか、または GUIGUI のコントロールの論理構造を構成するものであるかを示す値を取得または設定します。Gets a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUIGUI. (継承元 AutomationPeer) |
IsControlElementCore() |
派生クラスでオーバーライドされると、IsControlElement() によって呼び出されます。When overridden in a derived class, is called by IsControlElement(). (継承元 AutomationPeer) |
IsEnabled() |
このオートメーション ピアに関連付けられている要素で対話がサポートされるかどうかを示す値を取得します。Gets a value that indicates whether the element associated with this automation peer supports interaction. (継承元 AutomationPeer) |
IsEnabledCore() |
派生クラスでオーバーライドされると、IsEnabled() によって呼び出されます。When overridden in a derived class, is called by IsEnabled(). (継承元 AutomationPeer) |
IsKeyboardFocusable() |
要素がキーボード フォーカスを受け入れることができるかどうかを示す値を取得します。Gets a value that indicates whether the element can accept keyboard focus. (継承元 AutomationPeer) |
IsKeyboardFocusableCore() |
派生クラスでオーバーライドされると、IsKeyboardFocusable() によって呼び出されます。When overridden in a derived class, is called by IsKeyboardFocusable(). (継承元 AutomationPeer) |
IsOffscreen() |
要素が画面から外れているかどうかを示す値を取得します。Gets a value that indicates whether an element is off the screen. (継承元 AutomationPeer) |
IsOffscreenCore() |
派生クラスでオーバーライドされると、IsOffscreen() によって呼び出されます。When overridden in a derived class, is called by IsOffscreen(). (継承元 AutomationPeer) |
IsPassword() |
機密情報が要素に格納されているかどうか示す値を取得します。Gets a value that indicates whether the element contains sensitive content. (継承元 AutomationPeer) |
IsPasswordCore() |
派生クラスでオーバーライドされると、IsPassword() によって呼び出されます。When overridden in a derived class, is called by IsPassword(). (継承元 AutomationPeer) |
IsRequiredForForm() |
このピアに関連付けられている要素がフォームの必須要素かどうかを示す値を取得します。Gets a value that indicates whether the element that is associated with this peer must be completed on a form. (継承元 AutomationPeer) |
IsRequiredForFormCore() |
派生クラスでオーバーライドされると、IsRequiredForForm() によって呼び出されます。When overridden in a derived class, is called by IsRequiredForForm(). (継承元 AutomationPeer) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
PeerFromProvider(IRawElementProviderSimple) |
指定した AutomationPeer プロキシの IRawElementProviderSimple を取得します。Gets an AutomationPeer for the specified IRawElementProviderSimple proxy. (継承元 AutomationPeer) |
ProviderFromPeer(AutomationPeer) |
指定した IRawElementProviderSimple の AutomationPeer を取得します。Gets the IRawElementProviderSimple for the specified AutomationPeer. (継承元 AutomationPeer) |
RaiseAsyncContentLoadedEvent(AsyncContentLoadedEventArgs) |
AutomationPeer によって呼び出され、AsyncContentLoadedEvent イベントを発生させます。Called by the AutomationPeer to raise the AsyncContentLoadedEvent event. (継承元 AutomationPeer) |
RaiseAutomationEvent(AutomationEvents) |
オートメーション イベントを発生させます。Raises an automation event. (継承元 AutomationPeer) |
RaisePropertyChangedEvent(AutomationProperty, Object, Object) |
変更されたプロパティ値をオートメーション クライアントに通知するイベントを発生させます。Raises an event to notify the automation client of a changed property value. (継承元 AutomationPeer) |
ResetChildrenCache() |
GetChildrenCore() を呼び出すことによって、子要素のツリーを同期的にリセットします。Synchronously resets the tree of child elements by calling GetChildrenCore(). (継承元 AutomationPeer) |
SetFocus() |
このオートメーション ピアに関連付けられている要素にキーボード フォーカスを設定します。Sets the keyboard focus on the element that is associated with this automation peer. (継承元 AutomationPeer) |
SetFocusCore() |
派生クラスでオーバーライドされると、SetFocus() によって呼び出されます。When overridden in a derived class, is called by SetFocus(). (継承元 AutomationPeer) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |
VerifyAccess() |
呼び出し元のスレッドがこの DispatcherObject にアクセスできるように強制します。Enforces that the calling thread has access to this DispatcherObject. (継承元 DispatcherObject) |
明示的なインターフェイスの実装
IGridItemProvider.Column |
セルまたは項目を格納する列の序数を取得します。Gets the ordinal number of the column that contains the cell or item. |
IGridItemProvider.ColumnSpan |
セルまたは項目がまたがる列の数を取得します。Gets the number of columns spanned by a cell or item. |
IGridItemProvider.ContainingGrid |
IGridProvider を実装する UI オートメーション プロバイダーを取得し、セルまたは項目のコンテナーを表します。Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item. |
IGridItemProvider.Row |
セルまたは項目を格納する行の序数を取得します。Gets the ordinal number of the row that contains the cell or item. |
IGridItemProvider.RowSpan |
セルまたは項目がまたがる行の数を取得します。Gets the number of rows spanned by a cell or item. |
IInvokeProvider.Invoke() |
要求を送信してコントロールをアクティブ化し、その 1 つの明確なアクションを開始します。Sends a request to activate a control and initiate its single, unambiguous action. |
ISelectionItemProvider.AddToSelection() |
選択した項目のコレクションに現在の要素を追加します。Adds the current element to the collection of selected items. |
ISelectionItemProvider.IsSelected |
項目が選択されているかどうかを示す値を取得します。Gets a value that indicates whether an item is selected. |
ISelectionItemProvider.RemoveFromSelection() |
選択した項目のコレクションから現在の要素を削除します。Removes the current element from the collection of selected items. |
ISelectionItemProvider.Select() |
選択されている項目をクリアし、現在の要素を選択します。Clears any selected items and then selects the current element. |
ISelectionItemProvider.SelectionContainer |
ISelectionProvider を実装し、呼び出し元オブジェクトのコンテナーとして機能する UI オートメーション プロバイダーを取得します。Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object. |
ITableItemProvider.GetColumnHeaderItems() |
テーブルの項目またはセルに関連付けられたすべての列ヘッダーを表す、UI オートメーション プロバイダーのコレクションを取得します。Retrieves a collection of UI Automation providers that represents all the column headers associated with a table item or cell. |
ITableItemProvider.GetRowHeaderItems() |
テーブルの項目またはセルに関連付けられたすべての行ヘッダーを表す、UI オートメーション プロバイダーのコレクションを取得します。Retrieves a collection of UI Automation providers that represents all the row headers associated with a table item or cell. |
IVirtualizedItemProvider.Realize() |
仮想項目に UI オートメーション要素として全面的にアクセスできるようにします。Makes the virtual item fully accessible as a UI Automation element. |