_CommandBarActiveX.Move 方法 (Object, Object)
此方法已被否决。
命名空间: Microsoft.VisualStudio.CommandBars
程序集: Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)
语法
声明
Function Move ( _
Bar As Object, _
Before As Object _
) As CommandBarControl
CommandBarControl Move(
Object Bar,
Object Before
)
参数
- Bar
类型:System.Object
命令栏。
- Before
类型:System.Object
在之前的对象移动的。
返回值
类型:Microsoft.VisualStudio.CommandBars.CommandBarControl
此方法已被否决。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。