IVsStatusbar3.Animation2(Boolean, Int32, ImageMoniker[]) 方法

定义

启动或停止状态栏动画。/// < /summary > /// < 参数名称 = "fOnOff" > < /param returns > /// < param name = "count" > < /param returns > /// < param name = "名字对象" > < /param returns > /// < 返回 > < /returns>

public:
 bool Animation2(bool fOnOff, int Count, cli::array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> ^ monikers);
bool Animation2(bool fOnOff, int Count, std::Array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> const & monikers);
public bool Animation2 (bool fOnOff, int Count, Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] monikers);
abstract member Animation2 : bool * int * Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] -> bool
Public Function Animation2 (fOnOff As Boolean, Count As Integer, monikers As ImageMoniker()) As Boolean

参数

fOnOff
Boolean

如果为 true,则启动动画。 如果为 false,则停止动画。

Count
Int32

动画的图像名字对象的数目。

monikers
ImageMoniker[]

动画的图像名字对象的数组。

返回

Boolean

如果和仅当操作成功时,则为 True。

适用于