Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IVsStatusbarUser
[GuidAttribute("D388BD3B-4D50-4356-B09A-8917E706D196")]
[InterfaceTypeAttribute()]
public interface IVsStatusbarUser
[GuidAttribute(L"D388BD3B-4D50-4356-B09A-8917E706D196")]
[InterfaceTypeAttribute()]
public interface class IVsStatusbarUser
public interface IVsStatusbarUser
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.