Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prevents updates to the status text area.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- fFreeze
Type: System.Int32
If true, tells the environment to place a freeze on the status bar. No additional updates can be made until the freeze is released. If false, releases the freeze.
Return Value
Type: System.Int32
Implements
ISharedStatusBar.FreezeOutput(SharedStatusBarOwner, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.