DocData::IVsDocumentLockHolder::ShowDocumentHolder Method ()

 

Called by Visual Studio to show the window frame associated with this document.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual int ShowDocumentHolder() sealed = IVsDocumentLockHolder::ShowDocumentHolder

Return Value

Type: System::Int32

If the method succeeded, S_OK, otherwise an error code.

This is used to display a document to the user while notifying the user that it must be closed to open a new editor.

Return to top
Show: