Partilhar via


Método ElementGroupPrototype.GetReconstitutedElement

Retorna o ElementoModelo reconstituted dado a guid de origem ModelElement.

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

Sintaxe

'Declaração
Public Shared Function GetReconstitutedElement ( _
    transaction As Transaction, _
    sourceElementId As Guid _
) As ModelElement
public static ModelElement GetReconstitutedElement(
    Transaction transaction,
    Guid sourceElementId
)

Parâmetros

  • sourceElementId
    Tipo: System.Guid
    A identificação da origem ModelElement

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.ModelElement

Segurança do .NET Framework

Consulte também

Referência

ElementGroupPrototype Classe

Namespace Microsoft.VisualStudio.Modeling