Share via


DslDefinesExplorerBehavior.GetLinks(DslLibrary, ExplorerBehavior) Method

Definition

Get any DslDefinesExplorerBehavior links between a given DslLibrary and a ExplorerBehavior.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DslDefinesExplorerBehavior ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehavior ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary source, Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary * Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior>
Public Shared Function GetLinks (source As DslLibrary, target As ExplorerBehavior) As ReadOnlyCollection(Of DslDefinesExplorerBehavior)

Parameters

source
DslLibrary

Returns

Attributes

Applies to