IRecordInfo.GetSize Method

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

Syntax

‘선언
Sub GetSize ( _
    <OutAttribute> ByRef pcbSize As UInteger _
)
‘사용 방법
Dim instance As IRecordInfo
Dim pcbSize As UInteger

instance.GetSize(pcbSize)
void GetSize(
    out uint pcbSize
)
void GetSize(
    [OutAttribute] unsigned int% pcbSize
)
abstract GetSize : 
        pcbSize:uint32 byref -> unit 
function GetSize(
    pcbSize : uint
)

Parameters

.NET Framework Security

See Also

Reference

IRecordInfo Interface

IRecordInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace