Diagram.GetTargetRolePlayerForLinkMappedByConnector Method

Gets the target role for the link shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Friend Overridable Function GetTargetRolePlayerForLinkMappedByConnector ( _
    connector As BinaryLinkShape _
) As ModelElement
protected internal virtual ModelElement GetTargetRolePlayerForLinkMappedByConnector(
    BinaryLinkShape connector
)
protected public:
virtual ModelElement^ GetTargetRolePlayerForLinkMappedByConnector(
    BinaryLinkShape^ connector
)
abstract GetTargetRolePlayerForLinkMappedByConnector : 
        connector:BinaryLinkShape -> ModelElement  
override GetTargetRolePlayerForLinkMappedByConnector : 
        connector:BinaryLinkShape -> ModelElement
function GetTargetRolePlayerForLinkMappedByConnector(
    connector : BinaryLinkShape
) : ModelElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ModelElement
The target role for the link shape.

.NET Framework Security

See Also

Reference

Diagram Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace