IVsNewDocumentStateContext.Restore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restores NewDocumentState to the value it had before this context was created by SetNewDocumentState(UInt32, Guid). This method is implicitly called on final release of the interface.
public:
void Restore();
public:
void Restore();
void Restore();
public void Restore ();
abstract member Restore : unit -> unit
Public Sub Restore ()