IVsStatusbarUser Interface

Definition

Used to define each user of the status bar.

public interface class IVsStatusbarUser
public interface class IVsStatusbarUser
__interface IVsStatusbarUser
[System.Runtime.InteropServices.Guid("D388BD3B-4D50-4356-B09A-8917E706D196")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsStatusbarUser
[System.Runtime.InteropServices.Guid("D388BD3B-4D50-4356-B09A-8917E706D196")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStatusbarUser
[<System.Runtime.InteropServices.Guid("D388BD3B-4D50-4356-B09A-8917E706D196")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsStatusbarUser = interface
[<System.Runtime.InteropServices.Guid("D388BD3B-4D50-4356-B09A-8917E706D196")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStatusbarUser = interface
Public Interface IVsStatusbarUser
Derived
Attributes

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.

Methods

SetInfo()

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

Applies to