PathHasSegments.GetLinks (Método)

Obtiene los vínculos de PathHasSegments entre un DomainPath determinado y un PathSegment.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
Public Shared Function GetLinks ( _
    source As DomainPath, _
    target As PathSegment _
) As ReadOnlyCollection(Of PathHasSegments)
public static ReadOnlyCollection<PathHasSegments> GetLinks(
    DomainPath source,
    PathSegment target
)

Parámetros

Valor devuelto

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<PathHasSegments>

Seguridad de .NET Framework

Vea también

Referencia

PathHasSegments Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)