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.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6D3E477A-4B61-444C-860D-F725E5560B40")> _
Public Interface IVsStatusbarUser2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6D3E477A-4B61-444C-860D-F725E5560B40")]
public interface IVsStatusbarUser2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6D3E477A-4B61-444C-860D-F725E5560B40")]
public interface class IVsStatusbarUser2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6D3E477A-4B61-444C-860D-F725E5560B40")>]
type IVsStatusbarUser2 = interface end
public interface IVsStatusbarUser2
The IVsStatusbarUser2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ClearInfo | Removes the user’s information in the status bar. |
Top