IOleControl.FreezeEvents Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub FreezeEvents ( _
bFreeze As Integer _
)
void FreezeEvents(
int bFreeze
)
void FreezeEvents(
[InAttribute] int bFreeze
)
abstract FreezeEvents :
bFreeze:int -> unit
function FreezeEvents(
bFreeze : int
)
Parameters
- bFreeze
Type: 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.