Sdílet prostřednictvím


SharedStatusBar.FreezeOutput – metoda

Aktualizace zabrání stavovou oblast textu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.UI
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

  • fFreeze
    Typ: System.Int32
    Pokud true, říká prostředí umístit zmrazení stavu jazykůDokud nebude vydána zmrazení lze provést žádné další aktualizace.Pokud false, vydává zmrazení.

Vrácená hodnota

Typ: System.Int32

Implementuje

ISharedStatusBar.FreezeOutput(SharedStatusBarOwner, Int32)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SharedStatusBar Třída

Microsoft.VisualStudio.Data.Schema.Package.UI – obor názvů