Condividi tramite


Metodo ProtoElementBase.ReconstituteObject

Crea un elemento della partizione con gli stessi attributi dell'elemento del progenitore

Spazio dei nomi:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintassi

'Dichiarazione
Public Overridable Function ReconstituteObject ( _
    idDictionary As Dictionary(Of Guid, Guid), _
    partition As Partition _
) As ModelElement
public virtual ModelElement ReconstituteObject(
    Dictionary<Guid, Guid> idDictionary,
    Partition partition
)

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Modeling.ModelElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProtoElementBase Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling