ConnectorHasDecorators.GetLinks Method
Get any ConnectorHasDecorators links between a given Connector and a Decorator.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As Connector, _
target As Decorator _
) As ReadOnlyCollection(Of ConnectorHasDecorators)
public static ReadOnlyCollection<ConnectorHasDecorators> GetLinks(
Connector source,
Decorator target
)
public:
static ReadOnlyCollection<ConnectorHasDecorators^>^ GetLinks(
Connector^ source,
Decorator^ target
)
static member GetLinks :
source:Connector *
target:Decorator -> ReadOnlyCollection<ConnectorHasDecorators>
public static function GetLinks(
source : Connector,
target : Decorator
) : ReadOnlyCollection<ConnectorHasDecorators>
Parameters
Return Value
Type: ReadOnlyCollection<ConnectorHasDecorators>
.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.