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
型別:Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
釋放狀態列的擁有者。
備註
如果 possibleOwner 是實際擁有者則傳回 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。