DslDefinesExplorerBehavior.GetLinks Method
Get any DslDefinesExplorerBehavior links between a given DslLibrary and a ExplorerBehavior.
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
)
public:
static ReadOnlyCollection<DslDefinesExplorerBehavior^>^ GetLinks(
DslLibrary^ source,
ExplorerBehavior^ target
)
static member GetLinks :
source:DslLibrary *
target:ExplorerBehavior -> ReadOnlyCollection<DslDefinesExplorerBehavior>
public static function GetLinks(
source : DslLibrary,
target : ExplorerBehavior
) : ReadOnlyCollection<DslDefinesExplorerBehavior>
Parameters
Return Value
Type: ReadOnlyCollection<DslDefinesExplorerBehavior>
.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.