ExplorerReferencesBehavior.GetLinks Method
Get any ExplorerReferencesBehavior links between a given Explorer and a ExplorerBehavior.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As Explorer, _
target As ExplorerBehavior _
) As ReadOnlyCollection(Of ExplorerReferencesBehavior)
public static ReadOnlyCollection<ExplorerReferencesBehavior> GetLinks(
Explorer source,
ExplorerBehavior target
)
public:
static ReadOnlyCollection<ExplorerReferencesBehavior^>^ GetLinks(
Explorer^ source,
ExplorerBehavior^ target
)
static member GetLinks :
source:Explorer *
target:ExplorerBehavior -> ReadOnlyCollection<ExplorerReferencesBehavior>
public static function GetLinks(
source : Explorer,
target : ExplorerBehavior
) : ReadOnlyCollection<ExplorerReferencesBehavior>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ExplorerReferencesBehavior>
.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.