共用方式為


ISharedStatusBar.Animation 方法

控制狀態列中圖示的動畫。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.UI
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Function Animation ( _
    possibleOwner As SharedStatusBarOwner, _
    onOff As Integer, _
    ByRef icon As Object _
) As Integer
int Animation(
    SharedStatusBarOwner possibleOwner,
    int onOff,
    ref Object icon
)
int Animation(
    SharedStatusBarOwner^ possibleOwner, 
    int onOff, 
    Object^% icon
)
abstract Animation : 
        possibleOwner:SharedStatusBarOwner * 
        onOff:int * 
        icon:Object byref -> int 
function Animation(
    possibleOwner : SharedStatusBarOwner, 
    onOff : int, 
    icon : Object
) : int

參數

  • onOff
    型別:System.Int32
    設定為 true 以開啟動畫,設定為 false 則加以關閉。
  • icon
    型別:System.Object%
    如果 VARIANT 是 VT_I2,則這是指預先定義之動畫圖示的 SBAI_Index。如果這個參數是 VT_I4,則這是指 HBITMAP,其中包含要以動畫呈現的影片影像。影像的寬度應該是其高度的倍數。

傳回值

型別:System.Int32

.NET Framework 安全性

請參閱

參考

ISharedStatusBar 介面

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空間