これは、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 | ステータス バーの所有権を取得します。 |
このページのトップへ