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)
Syntax
'Declaration
<GuidAttribute("D388BD3B-4D50-4356-B09A-8917E706D196")> _
<InterfaceTypeAttribute()> _
Public Interface IVsStatusbarUser
[GuidAttribute("D388BD3B-4D50-4356-B09A-8917E706D196")]
[InterfaceTypeAttribute()]
public interface IVsStatusbarUser
[GuidAttribute(L"D388BD3B-4D50-4356-B09A-8917E706D196")]
[InterfaceTypeAttribute()]
public interface class IVsStatusbarUser
[<GuidAttribute("D388BD3B-4D50-4356-B09A-8917E706D196")>]
[<InterfaceTypeAttribute()>]
type IVsStatusbarUser = interface end
public interface IVsStatusbarUser
The IVsStatusbarUser type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetInfo | Sets the information in the status bar to reflect this status bar user. |
Top
Remarks
See illustrations of the implementation and/or calling of this interface in the sample Basic Edit Sample.
Notes to Implementers
This interface is implemented by users of the status bar, such as document windows.