Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies status bar animation icon constants. Used with Animation calls
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration STATUSBARCONSTS
public enum STATUSBARCONSTS
public enum class STATUSBARCONSTS
type STATUSBARCONSTS
public enum STATUSBARCONSTS
Members
| Member name | Description | |
|---|---|---|
| SBAI_Bui | Animation when building the solution. | |
| SBAI_Dep | Animation when deploying the solution. | |
| SBAI_Fin | Animation when searching. | |
| SBAI_Gen | Standard animation icon. | |
| SBAI_MAX | The last animation icon index. | |
| SBAI_MIN | The first animation icon index. | |
| SBAI_Pri | Animation when printing. | |
| SBAI_Sav | Animation when saving files. | |
| SBAI_Syn | Animation when synchronizing files over the network. |
Remarks
COM Signature
From vsshell.idl:
typedef enum _STATUSBARCONSTS
{
SBAI_MIN = 0,
SBAI_Gen = 0,
SBAI_Pri = 1,
SBAI_Sav = 2,
SBAI_Dep = 3,
SBAI_Syn = 4,
SBAI_Bui = 5,
SBAI_Fin = 6,
SBAI_MAX = 6
} STATUSBARCONSTS;