PlusMinusButtonField.GetAccessibleRole Method
Retrieves the accessible role of this ShapeField.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Overrides Function GetAccessibleRole ( _
parentShape As ShapeElement _
) As AccessibleRole
public override AccessibleRole GetAccessibleRole(
ShapeElement parentShape
)
public:
virtual AccessibleRole GetAccessibleRole(
ShapeElement^ parentShape
) override
abstract GetAccessibleRole :
parentShape:ShapeElement -> AccessibleRole
override GetAccessibleRole :
parentShape:ShapeElement -> AccessibleRole
public override function GetAccessibleRole(
parentShape : ShapeElement
) : AccessibleRole
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The ShapeElement that contains this ShapeField.
Return Value
Type: System.Windows.Forms.AccessibleRole
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.