DocData.IVsDocumentLockHolder.ShowDocumentHolder Method

Definition

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

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder.ShowDocumentHolder() = Microsoft::VisualStudio::Shell::Interop::IVsDocumentLockHolder::ShowDocumentHolder;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder.ShowDocumentHolder() = Microsoft::VisualStudio::Shell::Interop::IVsDocumentLockHolder::ShowDocumentHolder;
int Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder.ShowDocumentHolder();
int IVsDocumentLockHolder.ShowDocumentHolder ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder.ShowDocumentHolder : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder.ShowDocumentHolder : unit -> int
Function ShowDocumentHolder () As Integer Implements IVsDocumentLockHolder.ShowDocumentHolder

Returns

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

Implements

Applies to