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