IEnumContextPropsNext Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Next(
uint celt,
out tagContextProperty pContextProperties,
out uint pceltFetched
)
Sub Next (
celt As UInteger,
<OutAttribute> ByRef pContextProperties As tagContextProperty,
<OutAttribute> ByRef pceltFetched As UInteger
)
Dim instance As IEnumContextProps
Dim celt As UInteger
Dim pContextProperties As tagContextProperty
Dim pceltFetched As UInteger
instance.Next(celt, pContextProperties,
pceltFetched)
void Next(
[InAttribute] unsigned int celt,
[OutAttribute] tagContextProperty% pContextProperties,
[OutAttribute] unsigned int% pceltFetched
)
Parameters
- celt
- Type: SystemUInt32
- pContextProperties
- Type: SuperOffice.COM.ApplicationtagContextProperty
- pceltFetched
- Type: SystemUInt32
See Also