Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Function GetAccessibleRole ( _
parentShape As LinkShape _
) As AccessibleRole
'使用
Dim instance As LineSegment
Dim parentShape As LinkShape
Dim returnValue As AccessibleRole
returnValue = instance.GetAccessibleRole(parentShape)
public virtual AccessibleRole GetAccessibleRole(
LinkShape parentShape
)
public:
virtual AccessibleRole GetAccessibleRole(
LinkShape^ parentShape
)
public function GetAccessibleRole(
parentShape : LinkShape
) : AccessibleRole
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
Return Value
Type: System.Windows.Forms.AccessibleRole
Permissions
- 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.