IVsCodeDefView.ShowWindow Method

Definition

Shows the CodeDefinition tool window.

public:
 int ShowWindow();
public:
 int ShowWindow();
int ShowWindow();
public int ShowWindow ();
abstract member ShowWindow : unit -> int
Public Function ShowWindow () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsCodeDefView::ShowWindow();  

Applies to