Freigeben über


ElementGroupPrototype.GetReconstitutedElement-Methode

Gibt das wiederhergestellte ModelElement zurück, dem die GUID von dem Quell-ModelElement gegeben wurde.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Shared Function GetReconstitutedElement ( _
    transaction As Transaction, _
    sourceElementId As Guid _
) As ModelElement
public static ModelElement GetReconstitutedElement(
    Transaction transaction,
    Guid sourceElementId
)

Parameter

  • sourceElementId
    Typ: System.Guid
    Die ID des Quell-ModelElement.

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.ModelElement

.NET Framework-Sicherheit

Siehe auch

Referenz

ElementGroupPrototype Klasse

Microsoft.VisualStudio.Modeling-Namespace