IVsStatusbarUser Interface

 

Used to define each user of the status bar.

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

[GuidAttribute("D388BD3B-4D50-4356-B09A-8917E706D196")]
[InterfaceTypeAttribute(1)]
public interface IVsStatusbarUser

NameDescription
System_CAPS_pubmethodSetInfo()

Sets the information in the status bar to reflect this status bar user.

See illustrations of the implementation and/or calling of this interface in the sample .f70f18ac-6544-465f-a031-5eba0ef02572

Notes to Implementers:

This interface is implemented by users of the status bar, such as document windows.

Return to top
Show: