PlusMinusButtonField.GetAccessibleRole Method
Retrieves the accessible role of this ShapeField.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
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.ShapeElementThe ShapeElement that contains this ShapeField.
Return Value
Type: 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.