ConnectorAccessibleObject 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
提供有关活动设计器之间的连接器的信息,辅助性应用程序使用这些信息为残障用户调整应用程序 UI。
本文内容
public ref class ConnectorAccessibleObject : System::Windows::Forms::AccessibleObject
public class ConnectorAccessibleObject : System.Windows.Forms.AccessibleObject
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class ConnectorAccessibleObject : System.Windows.Forms.AccessibleObject
type ConnectorAccessibleObject = class
inherit AccessibleObject
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ConnectorAccessibleObject = class
inherit AccessibleObject
Public Class ConnectorAccessibleObject
Inherits AccessibleObject
继承
ConnectorAccessibleObject
属性
使用任意形式的布局时,活动设计器类使用 Connector 类相互连接。 ConnectorAccessibleObject 类用于提供有关活动设计器之间的这些连接器的信息,辅助性应用程序使用这些信息调整应用程序 UI。
此外,当从 Connector 派生类时,此类还可以用于自定义绘制。
构造函数
属性
方法
显式接口实现
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 )
适用于