共用方式為


ISharedStatusBar 介面

這是 Visual Studio 狀態列的資料庫功能特有包裝函式。 您可以取得狀態列的擁有權。 如果成功取得擁有權,您就可進行變更。 如果您沒有擁有權,則會忽略您的呼叫。

此 API 不符合 CLS 標準。 

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

語法

'宣告
<CLSCompliantAttribute(False)> _
Public Interface ISharedStatusBar
[CLSCompliantAttribute(false)]
public interface ISharedStatusBar
[CLSCompliantAttribute(false)]
public interface class ISharedStatusBar
[<CLSCompliantAttribute(false)>]
type ISharedStatusBar =  interface end
public interface ISharedStatusBar

ISharedStatusBar 型別會公開下列成員。

方法

  名稱 說明
公用方法 Animation 控制狀態列中圖示的動畫。
公用方法 Clear 清除狀態列中的狀態文字區域和編輯器資訊區域。
公用方法 FreezeOutput 防止狀態文字區域受到更新。
公用方法 GetFreezeCount 傳回狀態列上的凍結保留數。
公用方法 GetText 擷取目前的狀態列文字。
公用方法 IsFrozen 傳回狀態列的凍結狀態。
公用方法 Progress(SharedStatusBarOwner, Int32, String, UInt32, UInt32) 顯示需要一定時間量來執行之作業的進度。
公用方法 Progress(SharedStatusBarOwner, Int32, String, UInt32, UInt32, Boolean) 顯示需要一定時間量來執行之作業的進度。
公用方法 ReleaseOwnership 釋放狀態列的擁有權。
公用方法 SetColorText 設定狀態列文字與背景和前景色彩。
公用方法 SetInsMode 將狀態列中編輯器的模式設定為插入或覆寫模式。
公用方法 SetLineChar 顯示狀態列之編輯器資訊區域中的行號和字元位置。
公用方法 SetLineColChar 顯示狀態列之編輯器資訊區域中的行號、欄號和字元位置。
公用方法 SetSelMode 將狀態列中編輯器的選取模式設定為區塊或資料流選取模式。
公用方法 SetText 設定文字區域中的狀態列文字。
公用方法 SetXYWH 顯示狀態列的編輯器資訊區域中,目前圖形方塊的 (x,y) 位置與寬度和高度。
公用方法 TakeOwnership 取得狀態列的擁有權。

回頁首

請參閱

參考

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