共用方式為


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 命名空間