IVsStatusbar3.Animation2(Boolean, Int32, ImageMoniker[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动或停止状态栏动画。/// < /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[]
动画的图像名字对象的数组。
返回
如果和仅当操作成功时,则为 True。