LinkConnectDirectiveHasTargetDirectives.GetLinksToTargetDirectives Method
Get the list of LinkConnectDirectiveHasTargetDirectives links to a LinkConnectDirective.
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 GetLinksToTargetDirectives ( _
targetOfInstance As LinkConnectDirective _
) As ReadOnlyCollection(Of LinkConnectDirectiveHasTargetDirectives)
public static ReadOnlyCollection<LinkConnectDirectiveHasTargetDirectives> GetLinksToTargetDirectives(
LinkConnectDirective targetOfInstance
)
public:
static ReadOnlyCollection<LinkConnectDirectiveHasTargetDirectives^>^ GetLinksToTargetDirectives(
LinkConnectDirective^ targetOfInstance
)
static member GetLinksToTargetDirectives :
targetOfInstance:LinkConnectDirective -> ReadOnlyCollection<LinkConnectDirectiveHasTargetDirectives>
public static function GetLinksToTargetDirectives(
targetOfInstance : LinkConnectDirective
) : ReadOnlyCollection<LinkConnectDirectiveHasTargetDirectives>
Parameters
- targetOfInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirective
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<LinkConnectDirectiveHasTargetDirectives>
.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.