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
Function FreezeOutput ( _
possibleOwner As SharedStatusBarOwner, _
freeze As Integer _
) As Integer
int FreezeOutput(
SharedStatusBarOwner possibleOwner,
int freeze
)
int FreezeOutput(
SharedStatusBarOwner^ possibleOwner,
int freeze
)
abstract FreezeOutput :
possibleOwner:SharedStatusBarOwner *
freeze:int -> int
function FreezeOutput(
possibleOwner : SharedStatusBarOwner,
freeze : 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.
- freeze
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. Specify false to release the freeze.
Return Value
Type: System.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.