IEnumContextPropsCount Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Count(
out uint pcelt
)
Sub Count (
<OutAttribute> ByRef pcelt As UInteger
)
Dim instance As IEnumContextProps
Dim pcelt As UInteger
instance.Count(pcelt)
void Count(
[OutAttribute] unsigned int% pcelt
)
Parameters
- pcelt
- Type: SystemUInt32
See Also