Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the accessible name.
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 Overridable Function GetAccessibleName ( _
parentShape As LinkShape, _
view As DiagramClientView _
) As String
public virtual string GetAccessibleName(
LinkShape parentShape,
DiagramClientView view
)
public:
virtual String^ GetAccessibleName(
LinkShape^ parentShape,
DiagramClientView^ view
)
abstract GetAccessibleName :
parentShape:LinkShape *
view:DiagramClientView -> string
override GetAccessibleName :
parentShape:LinkShape *
view:DiagramClientView -> string
public function GetAccessibleName(
parentShape : LinkShape,
view : DiagramClientView
) : String
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShapeThe LinkShape that contains this LineSegment.
view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewCurrent view for the shape..
Return Value
Type: String
.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.