Provides information that accessibility applications use to adjust an application's UI for users with impairments.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.Runtime.InteropServices.StandardOleMarshalObject
      System.Windows.Forms.AccessibleObject
        Microsoft.VisualStudio.Modeling.Diagrams.ShapeAccessibleObject
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Class ShapeAccessibleObject _
    Inherits AccessibleObject
public class ShapeAccessibleObject : AccessibleObject
public ref class ShapeAccessibleObject : public AccessibleObject
type ShapeAccessibleObject =  
    class
        inherit AccessibleObject
    end
public class ShapeAccessibleObject extends AccessibleObject
The ShapeAccessibleObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ShapeAccessibleObject | Initializes a new instance of the ShapeAccessibleObject class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Bounds | Gets the location and size of the accessible object. (Overrides AccessibleObject.Bounds.) | 
| .gif) | DefaultAction | Gets a string that describes the default action of the object. Not all objects have a default action. (Overrides AccessibleObject.DefaultAction.) | 
| .gif) | Description | Description (Overrides AccessibleObject.Description.) | 
| .gif) | Help | Gets a description of what the object does or how the object is used. (Overrides AccessibleObject.Help.) | 
| .gif) | KeyboardShortcut | Gets the shortcut key or access key for the accessible object. (Overrides AccessibleObject.KeyboardShortcut.) | 
| .gif) | Name | Name (Overrides AccessibleObject.Name.) | 
| .gif) | Parent | Gets the parent of an accessible object. (Overrides AccessibleObject.Parent.) | 
| .gif) | Role | Role (Overrides AccessibleObject.Role.) | 
| .gif) | State | Gets the state of this accessible object. (Overrides AccessibleObject.State.) | 
| .gif) | Value | Gets or sets the accessible value for this element. (Overrides AccessibleObject.Value.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | 
| .gif) | DoDefaultAction | Performs the default action associated with this accessible object. (Overrides AccessibleObject.DoDefaultAction().) | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetChild | Retrieves the accessible child corresponding to the specified index. (Overrides AccessibleObject.GetChild(Int32).) | 
| .gif) | GetChildCount | Retrieves the number of children belonging to an accessible object. (Overrides AccessibleObject.GetChildCount().) | 
| .gif) | GetFocused | Retrieves the object that has the keyboard focus. (Inherited from AccessibleObject.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetHelpTopic | Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object. (Overrides AccessibleObject.GetHelpTopic(String%).) | 
| .gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | 
| .gif) | GetSelected | Retrieves the currently selected child. (Inherited from AccessibleObject.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | HitTest | Performs hit-test of the shape at specified screen coordinates and returns MSAA object for the hit child. (Overrides AccessibleObject.HitTest(Int32, Int32).) | 
| .gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | 
| .gif) | Navigate | Navigates to another accessible object. (Overrides AccessibleObject.Navigate(AccessibleNavigation).) | 
| .gif) | Select | Modifies the selection or moves the keyboard focus of the accessible object. (Overrides AccessibleObject.Select(AccessibleSelection).) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | UseStdAccessibleObjects(IntPtr) | Infrastructure. Associates an object with an instance of an AccessibleObject based on the handle of the object. (Inherited from AccessibleObject.) | 
| .gif) | UseStdAccessibleObjects(IntPtr, Int32) | Infrastructure. Associates an object with an instance of an AccessibleObject based on the handle and the object id of the object. (Inherited from AccessibleObject.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IAccessible.accChildCount | Infrastructure. Gets the number of child interfaces that belong to this object. For a description of this member, see IAccessible.accChildCount. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accDoDefaultAction | Infrastructure. Performs the specified object's default action. Not all objects have a default action. For a description of this member, see IAccessible.accDoDefaultAction. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accFocus | Infrastructure. Gets the object that has the keyboard focus. For a description of this member, see IAccessible.accFocus. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accHitTest | Infrastructure. Gets the child object at the specified screen coordinates. For a description of this member, see IAccessible.accHitTest. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accLocation | Infrastructure. Gets the object's current screen location. For a description of this member, see IAccessible.accLocation. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accNavigate | Infrastructure. Navigates to an accessible object relative to the current object. For a description of this member, see IAccessible.accNavigate. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accParent | Infrastructure. Gets the parent accessible object of this object. For a description of this member, see IAccessible.accParent. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accSelect | Infrastructure. Modifies the selection or moves the keyboard focus of the accessible object. For a description of this member, see IAccessible.accSelect. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IAccessible.accSelection | Infrastructure. Gets the selected child objects of an accessible object. For a description of this member, see IAccessible.accSelection. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetField | Infrastructure. Gets the System.Reflection.FieldInfo object corresponding to the specified field and binding flag. For a description of this member, see IReflect.GetField. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetFields | Infrastructure. Gets an array of System.Reflection.FieldInfo objects corresponding to all fields of the current class. For a description of this member, see IReflect.GetFields. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetMember | Infrastructure. Gets an array of System.Reflection.MemberInfo objects corresponding to all public members or to all members that match a specified name. For a description of this member, see IReflect.GetMember. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetMembers | Infrastructure. Gets an array of System.Reflection.MemberInfo objects corresponding either to all public members or to all members of the current class. For a description of this member, see IReflect.GetMembers. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetMethod(String, BindingFlags) | Infrastructure. Gets a System.Reflection.MethodInfo object corresponding to a specified method under specified search constraints. For a description of this member, see IReflect.GetMethod. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetMethod(String, BindingFlags, Binder, array<Type[], array<ParameterModifier[]) | Infrastructure. Gets a System.Reflection.MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods. For a description of this member, see IReflect.GetMethod. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetMethods | Infrastructure. Gets an array of System.Reflection.MethodInfo objects with all public methods or all methods of the current class. For a description of this member, see IReflect.GetMethods. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetProperties | Infrastructure. Gets an array of System.Reflection.PropertyInfo objects corresponding to all public properties or to all properties of the current class. For a description of this member, see IReflect.GetProperties. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetProperty(String, BindingFlags) | Infrastructure. Gets a System.Reflection.PropertyInfo object corresponding to a specified property under specified search constraints. For a description of this member, see IReflect.GetProperty. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.GetProperty(String, BindingFlags, Binder, Type, array<Type[], array<ParameterModifier[]) | Infrastructure. Gets a System.Reflection.PropertyInfo object corresponding to a specified property with specified search constraints. For a description of this member, see IReflect.GetProperty. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.InvokeMember | Infrastructure. Invokes a specified member. For a description of this member, see IReflect.InvokeMember. (Inherited from AccessibleObject.) | 
| .gif) .gif) | IReflect.UnderlyingSystemType | Infrastructure. Gets the underlying type that represents the IReflect object. For a description of this member, see IReflect.UnderlyingSystemType. (Inherited from AccessibleObject.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.