共用方式為


ISharedStatusBar.Clear 方法

清除狀態列中的狀態文字區域和編輯器資訊區域。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.UI
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Function Clear ( _
    possibleOwner As SharedStatusBarOwner _
) As Boolean
bool Clear(
    SharedStatusBarOwner possibleOwner
)
bool Clear(
    SharedStatusBarOwner^ possibleOwner
)
abstract Clear : 
        possibleOwner:SharedStatusBarOwner -> bool 
function Clear(
    possibleOwner : SharedStatusBarOwner
) : boolean

參數

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

ISharedStatusBar 介面

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