다음을 통해 공유


IViewObject.Freeze Method

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

Syntax

‘선언
Function Freeze ( _
    dwDrawAspect As UInteger, _
    lindex As Integer, _
    pvAspect As UInteger, _
    <OutAttribute> ByRef pdwFreeze As UInteger _
) As Integer
int Freeze(
    uint dwDrawAspect,
    int lindex,
    uint pvAspect,
    out uint pdwFreeze
)

Parameters

Return Value

Type: System.Int32

Remarks

For information on the COM interface, see IViewObject::Freeze

.NET Framework Security

See Also

Reference

IViewObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace