ISharedStatusBar.ReleaseOwnership 方法

释放状态栏的所有权。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Sub ReleaseOwnership ( _
    possibleOwner As SharedStatusBarOwner _
)
void ReleaseOwnership(
    SharedStatusBarOwner possibleOwner
)
void ReleaseOwnership(
    SharedStatusBarOwner^ possibleOwner
)
abstract ReleaseOwnership : 
        possibleOwner:SharedStatusBarOwner -> unit 
function ReleaseOwnership(
    possibleOwner : SharedStatusBarOwner
)

参数

备注

如果 possibleOwner 为实际所有者,则返回 true。

.NET Framework 安全性

请参见

参考

ISharedStatusBar 接口

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