IViewObject2.Unfreeze Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Unfreeze ( _
    dwFreeze As UInteger _
)
void Unfreeze(
    uint dwFreeze
)
void Unfreeze(
    [InAttribute] unsigned int dwFreeze
)
abstract Unfreeze : 
        dwFreeze:uint32 -> unit
function Unfreeze(
    dwFreeze : uint
)

Parameters

  • dwFreeze
    Type: UInt32

.NET Framework Security

See Also

Reference

IViewObject2 Interface

Microsoft.VisualStudio.OLE.Interop Namespace