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