SimpleMonikerResolver.DeserializationComplete Method
Indicates serialization is complete or was aborted.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Protected Overridable Sub DeserializationComplete
'Usage
Me.DeserializationComplete()
protected virtual void DeserializationComplete()
protected:
virtual void DeserializationComplete()
protected function DeserializationComplete()
Remarks
This method is called when serialization is complete or aborted. Derived classes should perform their own cleanup and then call this base method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.