Freigeben über


DslDefinesExplorerBehavior.GetLinks-Methode

Ruft alle DslDefinesExplorerBehavior-Links zwischen einem angegebenen DslLibrary und einem ExplorerBehavior ab.

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 DslLibrary, _
    target As ExplorerBehavior _
) As ReadOnlyCollection(Of DslDefinesExplorerBehavior)
public static ReadOnlyCollection<DslDefinesExplorerBehavior> GetLinks(
    DslLibrary source,
    ExplorerBehavior target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<DslDefinesExplorerBehavior>

.NET Framework-Sicherheit

Siehe auch

Referenz

DslDefinesExplorerBehavior Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace