Método RolePlayerConnectDirectiveHasPathToRolePlayer.GetLinks
Obtenha todos os links entre um determinado RolePlayerConnectDirective e um DomainPath RolePlayerConnectDirectiveHasPathToRolePlayer.
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 RolePlayerConnectDirective, _
target As DomainPath _
) As ReadOnlyCollection(Of RolePlayerConnectDirectiveHasPathToRolePlayer)
public static ReadOnlyCollection<RolePlayerConnectDirectiveHasPathToRolePlayer> GetLinks(
RolePlayerConnectDirective source,
DomainPath target
)
Parâmetros
Valor de retorno
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<RolePlayerConnectDirectiveHasPathToRolePlayer>
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.