SequenceDesignerAccessibleObject クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
障碍のあるユーザーのデザイナー ユーザー インターフェイスを調整するために SequentialActivityDesigner クラスが使用するアクセシビリティ オブジェクトを実装します。
public ref class SequenceDesignerAccessibleObject : System::Workflow::ComponentModel::Design::CompositeDesignerAccessibleObject
public class SequenceDesignerAccessibleObject : System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class SequenceDesignerAccessibleObject : System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject
type SequenceDesignerAccessibleObject = class
inherit CompositeDesignerAccessibleObject
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type SequenceDesignerAccessibleObject = class
inherit CompositeDesignerAccessibleObject
Public Class SequenceDesignerAccessibleObject
Inherits CompositeDesignerAccessibleObject
- 継承
-
SequenceDesignerAccessibleObject
- 属性
注釈
Note
この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 の
コンストラクター
| 名前 | 説明 |
|---|---|
| SequenceDesignerAccessibleObject(SequentialActivityDesigner) |
古い.
指定したSequenceDesignerAccessibleObjectを使用して、SequentialActivityDesigner クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
| 名前 | 説明 |
|---|---|
| CreateObjRef(Type) |
古い.
リモート オブジェクトとの通信に使用されるプロキシの生成に必要なすべての関連情報を含むオブジェクトを作成します。 (継承元 MarshalByRefObject) |
| DoDefaultAction() |
古い.
ActivityDesignerAccessibleObjectに関連付けられている既定のアクションを実行します。 (継承元 ActivityDesignerAccessibleObject) |
| Equals(Object) |
古い.
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetChild(Int32) |
古い.
指定したインデックス位置に対応するアクセス可能な子を取得します。 |
| GetChildCount() |
古い.
アクセス可能なオブジェクトに属する子の数を取得します。 |
| GetFocused() |
古い.
キーボード フォーカスを持つオブジェクトを取得します。 (継承元 AccessibleObject) |
| GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetHelpTopic(String) |
古い.
ヘルプ トピック識別子の識別子と、このアクセス可能なオブジェクトに関連付けられているヘルプ ファイルへのパスを取得します。 (継承元 AccessibleObject) |
| GetLifetimeService() |
古い.
このインスタンスの有効期間ポリシーを制御する現在の有効期間サービス オブジェクトを取得します。 (継承元 MarshalByRefObject) |
| GetSelected() |
古い.
現在選択されている子を取得します。 (継承元 AccessibleObject) |
| GetService(Type) |
古い.
ActivityDesignerに関連付けられている指定した型によって定義されたサービスを返します。 (継承元 ActivityDesignerAccessibleObject) |
| GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
| HitTest(Int32, Int32) |
古い.
指定した画面座標にある子オブジェクトを取得します。 (継承元 AccessibleObject) |
| InitializeLifetimeService() |
古い.
このインスタンスの有効期間ポリシーを制御する有効期間サービス オブジェクトを取得します。 (継承元 MarshalByRefObject) |
| MemberwiseClone() |
古い.
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| MemberwiseClone(Boolean) |
古い.
現在の MarshalByRefObject オブジェクトの簡易コピーを作成します。 (継承元 MarshalByRefObject) |
| Navigate(AccessibleNavigation) |
古い.
アクセス可能な別のオブジェクトに移動します。 |
| RaiseAutomationNotification(AutomationNotificationKind, AutomationNotificationProcessing, String) |
古い.
UI オートメーション通知イベントを発生させます。 (継承元 AccessibleObject) |
| RaiseLiveRegionChanged() |
古い.
LiveRegionChanged UI オートメーション イベントを発生させます。 (継承元 AccessibleObject) |
| Select(AccessibleSelection) |
古い.
選択を変更するか、 ActivityDesignerAccessibleObjectのキーボード フォーカスを移動します。 (継承元 ActivityDesignerAccessibleObject) |
| ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
| UseStdAccessibleObjects(IntPtr, Int32) |
古い.
オブジェクトのハンドルとオブジェクト ID に基づいて、オブジェクトを AccessibleObject のインスタンスに関連付けます。 (継承元 AccessibleObject) |
| UseStdAccessibleObjects(IntPtr) |
古い.
オブジェクトのハンドルに基づいて、オブジェクトを AccessibleObject のインスタンスに関連付けます。 (継承元 AccessibleObject) |