Método ElementFactory.CreateElementLink (Guid, array<PropertyAssignment[], array<RoleAssignment )

Cria um novo link de elemento.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Public Function CreateElementLink ( _
    domainRelationshipId As Guid, _
    propertyAssignments As PropertyAssignment(), _
    ParamArray roleAssignments As RoleAssignment() _
) As ElementLink
public ElementLink CreateElementLink(
    Guid domainRelationshipId,
    PropertyAssignment[] propertyAssignments,
    params RoleAssignment[] roleAssignments
)

Parâmetros

  • domainRelationshipId
    Tipo: System.Guid
    A identificação da relação de domínio do link a ser criado.

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.ElementLink
O link do elemento.

Segurança do .NET Framework

Consulte também

Referência

ElementFactory Classe

Sobrecargas CreateElementLink

Namespace Microsoft.VisualStudio.Modeling