ActivityDesignerAccessibleObject 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

实现一个辅助性对象,ActivityDesigner 类可以使用该对象为残障用户调整设计器用户界面。

public ref class ActivityDesignerAccessibleObject : System::Windows::Forms::AccessibleObject
public class ActivityDesignerAccessibleObject : System.Windows.Forms.AccessibleObject
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityDesignerAccessibleObject : System.Windows.Forms.AccessibleObject
type ActivityDesignerAccessibleObject = class
    inherit AccessibleObject
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerAccessibleObject = class
    inherit AccessibleObject
Public Class ActivityDesignerAccessibleObject
Inherits AccessibleObject
继承
派生
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

构造函数

ActivityDesignerAccessibleObject(ActivityDesigner)
已过时.

使用指定的 ActivityDesignerAccessibleObject 初始化 ActivityDesigner 类的新实例。

属性

ActivityDesigner
已过时.

获取要应用辅助性对象的 ActivityDesigner

Bounds
已过时.

获取辅助性对象的位置和大小。

DefaultAction
已过时.

获取描述活动设计器的默认操作的字符串。

Description
已过时.

获取描述活动设计器的视觉外观的字符串。

Help
已过时.

获取与活动设计器关联的活动的功能以及使用方式的说明。

KeyboardShortcut
已过时.

获取辅助性对象的快捷键或访问键。

(继承自 AccessibleObject)
Name
已过时.

获取或设置与辅助性对象的 Activity 关联的 ActivityDesigner 的名称。

Parent
已过时.

获取 ActivityDesignerAccessibleObject 的父级。

Role
已过时.

获取当前 ActivityDesignerAccessibleObject 的角色。

State
已过时.

获取当前 ActivityDesignerAccessibleObject 的可访问状态。

Value
已过时.

获取或设置辅助性对象的值。

(继承自 AccessibleObject)

方法

CreateObjRef(Type)
已过时.

创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。

(继承自 MarshalByRefObject)
DoDefaultAction()
已过时.

执行与 ActivityDesignerAccessibleObject 关联的默认操作。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetChild(Int32)
已过时.

检索与指定索引对应的可访问子级。

(继承自 AccessibleObject)
GetChildCount()
已过时.

检索属于可访问对象的子级的个数。

(继承自 AccessibleObject)
GetFocused()
已过时.

检索具有键盘焦点的对象。

(继承自 AccessibleObject)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetHelpTopic(String)
已过时.

获取帮助主题标识符及与该辅助性对象相关的帮助文件的路径。

(继承自 AccessibleObject)
GetLifetimeService()
已过时.

检索控制此实例的生存期策略的当前生存期服务对象。

(继承自 MarshalByRefObject)
GetSelected()
已过时.

检索当前选定的子级。

(继承自 AccessibleObject)
GetService(Type)
已过时.

返回与 ActivityDesigner 关联的指定类型所定义的服务。

GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
HitTest(Int32, Int32)
已过时.

检索位于指定屏幕坐标的子对象。

(继承自 AccessibleObject)
InitializeLifetimeService()
已过时.

获取生存期服务对象来控制此实例的生存期策略。

(继承自 MarshalByRefObject)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
MemberwiseClone(Boolean)
已过时.

创建当前 MarshalByRefObject 对象的浅表副本。

(继承自 MarshalByRefObject)
Navigate(AccessibleNavigation)
已过时.

返回与指定 AccessibleObject 所定义的位置关联的 AccessibleNavigation

RaiseAutomationNotification(AutomationNotificationKind, AutomationNotificationProcessing, String)
已过时.

引发 UI 自动化通知事件。

(继承自 AccessibleObject)
RaiseLiveRegionChanged()
已过时.

引发 LiveRegionChanged UI 自动化事件。

(继承自 AccessibleObject)
Select(AccessibleSelection)
已过时.

修改选定内容或移动 ActivityDesignerAccessibleObject 的键盘焦点。

ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)
UseStdAccessibleObjects(IntPtr)
已过时.

根据对象的句柄,将一个对象与 AccessibleObject 的一个实例关联起来。

(继承自 AccessibleObject)
UseStdAccessibleObjects(IntPtr, Int32)
已过时.

根据对象的句柄和对象 ID,将一个对象与 AccessibleObject 的一个实例关联起来。

(继承自 AccessibleObject)

显式接口实现

IAccessible.accChildCount
已过时.

获取属于该对象的子接口的数量。 有关此成员的说明,请参见 accChildCount

(继承自 AccessibleObject)
IAccessible.accDoDefaultAction(Object)
已过时.

执行指定对象的默认操作。 并非所有对象都有默认操作。 有关此成员的说明,请参见 accDoDefaultAction(Object)

(继承自 AccessibleObject)
IAccessible.accFocus
已过时.

获取具有键盘焦点的对象。 有关此成员的说明,请参见 accFocus

(继承自 AccessibleObject)
IAccessible.accHitTest(Int32, Int32)
已过时.

在指定的屏幕坐标位置获取子对象。 有关此成员的说明,请参见 accHitTest(Int32, Int32)

(继承自 AccessibleObject)
IAccessible.accLocation(Int32, Int32, Int32, Int32, Object)
已过时.

获取对象的当前屏幕位置。 有关此成员的说明,请参见 accLocation(Int32, Int32, Int32, Int32, Object)

(继承自 AccessibleObject)
IAccessible.accNavigate(Int32, Object)
已过时.

相对于当前对象定位到一个辅助性对象。 有关此成员的说明,请参见 accNavigate(Int32, Object)

(继承自 AccessibleObject)
IAccessible.accParent
已过时.

获取该对象的父辅助性对象。 有关此成员的说明,请参见 accParent

(继承自 AccessibleObject)
IAccessible.accSelect(Int32, Object)
已过时.

修改选择内容或移动辅助性对象的键盘焦点。 有关此成员的说明,请参见 accSelect(Int32, Object)

(继承自 AccessibleObject)
IAccessible.accSelection
已过时.

获取辅助性对象的选定子对象。 有关此成员的说明,请参见 accSelection

(继承自 AccessibleObject)
IReflect.GetField(String, BindingFlags)
已过时.

获取与指定字段和绑定标志对应的 FieldInfo 对象。 有关此成员的说明,请参见 GetField(String, BindingFlags)

(继承自 AccessibleObject)
IReflect.GetFields(BindingFlags)
已过时.

获取与当前类的所有字段对应的 FieldInfo 对象的数组。 有关此成员的说明,请参见 GetFields(BindingFlags)

(继承自 AccessibleObject)
IReflect.GetMember(String, BindingFlags)
已过时.

获取 MemberInfo 对象数组,这些对象对应于所有公共成员或与指定的名称匹配的所有成员。 有关此成员的说明,请参见 GetMember(String, BindingFlags)

(继承自 AccessibleObject)
IReflect.GetMembers(BindingFlags)
已过时.

获取 MemberInfo 对象数组,这些对象对应于所有公共成员或者当前类的所有成员。 有关此成员的说明,请参见 GetMembers(BindingFlags)

(继承自 AccessibleObject)
IReflect.GetMethod(String, BindingFlags)
已过时.

在指定的搜索约束下获取与指定方法对应的 MethodInfo 对象。 有关此成员的说明,请参见 GetMethod(String, BindingFlags)

(继承自 AccessibleObject)
IReflect.GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])
已过时.

获取与指定方法对应的 MethodInfo 对象(使用类型数组从重载方法中进行选择)。 有关此成员的说明,请参见 GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])

(继承自 AccessibleObject)
IReflect.GetMethods(BindingFlags)
已过时.

获取 MethodInfo 对象的数组,其中包含了所有公共方法或当前类的所有方法。 有关此成员的说明,请参见 GetMethods(BindingFlags)

(继承自 AccessibleObject)
IReflect.GetProperties(BindingFlags)
已过时.

获取 PropertyInfo 对象数组,这些对象对应于所有公共属性或当前类的所有属性。 有关此成员的说明,请参见 GetProperties(BindingFlags)

(继承自 AccessibleObject)
IReflect.GetProperty(String, BindingFlags)
已过时.

在指定的搜索约束下获取与指定属性对应的 PropertyInfo 对象。 有关此成员的说明,请参见 GetProperty(String, BindingFlags)

(继承自 AccessibleObject)
IReflect.GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])
已过时.

在指定的搜索约束下获取与指定属性对应的 PropertyInfo 对象。 有关此成员的说明,请参见 GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])

(继承自 AccessibleObject)
IReflect.InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])
已过时.

调用指定的成员。 有关此成员的说明,请参见 InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])

(继承自 AccessibleObject)
IReflect.UnderlyingSystemType
已过时.

获取表示 IReflect 对象的基础类型。 有关此成员的说明,请参见 UnderlyingSystemType

(继承自 AccessibleObject)

适用于