次の方法で共有


SharedStatusBar.FreezeOutput メソッド

ステータス テキスト領域の更新を回避します。

名前空間:  Microsoft.VisualStudio.Data.Schema.Package.UI
アセンブリ:  Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll 内)

構文

'宣言
Public Function FreezeOutput ( _
    possibleOwner As SharedStatusBarOwner, _
    fFreeze As Integer _
) As Integer
public int FreezeOutput(
    SharedStatusBarOwner possibleOwner,
    int fFreeze
)
public:
virtual int FreezeOutput(
    SharedStatusBarOwner^ possibleOwner, 
    int fFreeze
) sealed
abstract FreezeOutput : 
        possibleOwner:SharedStatusBarOwner * 
        fFreeze:int -> int 
override FreezeOutput : 
        possibleOwner:SharedStatusBarOwner * 
        fFreeze:int -> int 
public final function FreezeOutput(
    possibleOwner : SharedStatusBarOwner, 
    fFreeze : int
) : int

パラメーター

  • fFreeze
    型: System.Int32
    true である場合、ステータス バーを凍結するように環境に通知します。凍結が解放されるまで、更新を実行できません。false である場合、凍結を解放します。

戻り値

型: System.Int32

実装

ISharedStatusBar.FreezeOutput(SharedStatusBarOwner, Int32)

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

SharedStatusBar クラス

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