IActivityLinksAddSelection Method |
Add a selection to the list
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddSelection(
ISelection pVal
)
Sub AddSelection (
pVal As ISelection
)
Dim instance As IActivityLinks
Dim pVal As ISelection
instance.AddSelection(pVal)
void AddSelection(
[InAttribute] ISelection^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationISelection
See Also