IViewObject2.Freeze Method (UInt32, Int32, UInt32, UInt32%)

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

Syntax

声明
Sub Freeze ( _
    dwDrawAspect As UInteger, _
    lindex As Integer, _
    pvAspect As UInteger, _
    <OutAttribute> ByRef pdwFreeze As UInteger _
)
用法
Dim instance As IViewObject2
Dim dwDrawAspect As UInteger
Dim lindex As Integer
Dim pvAspect As UInteger
Dim pdwFreeze As UInteger

instance.Freeze(dwDrawAspect, lindex, _
    pvAspect, pdwFreeze)
void Freeze(
    uint dwDrawAspect,
    int lindex,
    uint pvAspect,
    out uint pdwFreeze
)
void Freeze(
    [InAttribute] unsigned int dwDrawAspect, 
    [InAttribute] int lindex, 
    [InAttribute] unsigned int pvAspect, 
    [OutAttribute] unsigned int% pdwFreeze
)
abstract Freeze : 
        dwDrawAspect:uint32 * 
        lindex:int * 
        pvAspect:uint32 * 
        pdwFreeze:uint32 byref -> unit 
function Freeze(
    dwDrawAspect : uint, 
    lindex : int, 
    pvAspect : uint, 
    pdwFreeze : uint
)

Parameters

.NET Framework Security

See Also

Reference

IViewObject2 Interface

IViewObject2 Members

Freeze Overload

Microsoft.VisualStudio.OLE.Interop Namespace