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.
Get the list of LinkConnectDirectiveHasTargetDirectives links to a LinkConnectDirective.
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 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: 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.