PathSegmentReferencesRole.GetLinksToPathSegments (Método)

Obtiene la lista de vínculos de PathSegmentReferencesRole a un DomainRole.

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 GetLinksToPathSegments ( _
    roleInstance As DomainRole _
) As ReadOnlyCollection(Of PathSegmentReferencesRole)
public static ReadOnlyCollection<PathSegmentReferencesRole> GetLinksToPathSegments(
    DomainRole roleInstance
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PathSegmentReferencesRole Clase

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