Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub SetFillSize ( _
ulSize As ULARGE_INTEGER _
)
'使用
Dim instance As IFillLockBytes
Dim ulSize As ULARGE_INTEGER
instance.SetFillSize(ulSize)
void SetFillSize(
ULARGE_INTEGER ulSize
)
void SetFillSize(
[InAttribute] ULARGE_INTEGER ulSize
)
function SetFillSize(
ulSize : ULARGE_INTEGER
)
Parameters
- ulSize
Type: Microsoft.VisualStudio.OLE.Interop.ULARGE_INTEGER
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.