IVsObjectListOwner::IsVisible Method ()

 

Indicates whether or not the object list is visible.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int IsVisible()

Return Value

Type: System::Int32

If the object list is visible, returns S_OK. Otherwise, it returns S_FALSE.

Return to top
Show: