Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub GetSizeMax ( _
<OutAttribute> pcbSize As ULARGE_INTEGER() _
)
'使用
Dim instance As IPersistStreamInit
Dim pcbSize As ULARGE_INTEGER()
instance.GetSizeMax(pcbSize)
void GetSizeMax(
ULARGE_INTEGER[] pcbSize
)
void GetSizeMax(
[OutAttribute] array<ULARGE_INTEGER>^ pcbSize
)
function GetSizeMax(
pcbSize : ULARGE_INTEGER[]
)
Parameters
- pcbSize
Type: []
Permissions
- 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.