IContextEnumContextProps Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid EnumContextProps(
out IEnumContextProps ppEnumContextProps
)
Sub EnumContextProps (
<OutAttribute> ByRef ppEnumContextProps As IEnumContextProps
)
Dim instance As IContext
Dim ppEnumContextProps As IEnumContextProps
instance.EnumContextProps(ppEnumContextProps)
void EnumContextProps(
[OutAttribute] IEnumContextProps^% ppEnumContextProps
)
Parameters
- ppEnumContextProps
- Type: SuperOffice.COM.ApplicationIEnumContextProps
See Also