IVsStatusbarUser Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |