Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the accessible role of this LineSegment.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overridable Function GetAccessibleRole ( _
parentShape As LinkShape _
) As AccessibleRole
public virtual AccessibleRole GetAccessibleRole(
LinkShape parentShape
)
public:
virtual AccessibleRole GetAccessibleRole(
LinkShape^ parentShape
)
abstract GetAccessibleRole :
parentShape:LinkShape -> AccessibleRole
override GetAccessibleRole :
parentShape:LinkShape -> AccessibleRole
public function GetAccessibleRole(
parentShape : LinkShape
) : AccessibleRole
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
The LinkShape that contains this LineSegment.
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.