IVsDocumentLockHolder.ShowDocumentHolder 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.
Called by the environment before prompting the user to save the invisible document locked by the holder.
public:
int ShowDocumentHolder();
public:
int ShowDocumentHolder();
int ShowDocumentHolder();
public int ShowDocumentHolder ();
abstract member ShowDocumentHolder : unit -> int
Public Function ShowDocumentHolder () As Integer
Returns
Remarks
The IVsDocumentLockHolder::ShowDocumentHolder
method is called when the document is going to be opened by an editor managed by the environment and the environment needs to close the invisible lock holder first. The environment calls this method before closing the document so the document is active when the Save dialog box is displayed. This method is called before prompting the user to save the invisible document locked by the holder.