Método PathSegmentReferencesRole.GetLinks
Obtenha todos os links entre um determinado PathSegment e um DomainRole PathSegmentReferencesRole.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Sintaxe
'Declaração
Public Shared Function GetLinks ( _
source As PathSegment, _
target As DomainRole _
) As ReadOnlyCollection(Of PathSegmentReferencesRole)
public static ReadOnlyCollection<PathSegmentReferencesRole> GetLinks(
PathSegment source,
DomainRole target
)
Parâmetros
Valor de retorno
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<PathSegmentReferencesRole>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.