LinkConnectDirectiveHasSourceDirectives.GetLinks Method
Get any LinkConnectDirectiveHasSourceDirectives links between a given LinkConnectDirective and a RolePlayerConnectDirective.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public Shared Function GetLinks ( _
source As LinkConnectDirective, _
target As RolePlayerConnectDirective _
) As ReadOnlyCollection(Of LinkConnectDirectiveHasSourceDirectives)
public static ReadOnlyCollection<LinkConnectDirectiveHasSourceDirectives> GetLinks(
LinkConnectDirective source,
RolePlayerConnectDirective target
)
public:
static ReadOnlyCollection<LinkConnectDirectiveHasSourceDirectives^>^ GetLinks(
LinkConnectDirective^ source,
RolePlayerConnectDirective^ target
)
static member GetLinks :
source:LinkConnectDirective *
target:RolePlayerConnectDirective -> ReadOnlyCollection<LinkConnectDirectiveHasSourceDirectives>
public static function GetLinks(
source : LinkConnectDirective,
target : RolePlayerConnectDirective
) : ReadOnlyCollection<LinkConnectDirectiveHasSourceDirectives>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<LinkConnectDirectiveHasSourceDirectives>
.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.