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 any DesignerHasDiagram links between a given Designer and a Diagram.
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 Designer, _
target As Diagram _
) As ReadOnlyCollection(Of DesignerHasDiagram)
public static ReadOnlyCollection<DesignerHasDiagram> GetLinks(
Designer source,
Diagram target
)
public:
static ReadOnlyCollection<DesignerHasDiagram^>^ GetLinks(
Designer^ source,
Diagram^ target
)
static member GetLinks :
source:Designer *
target:Diagram -> ReadOnlyCollection<DesignerHasDiagram>
public static function GetLinks(
source : Designer,
target : Diagram
) : ReadOnlyCollection<DesignerHasDiagram>
Parameters
Return Value
Type: ReadOnlyCollection<DesignerHasDiagram>
.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.