IDatabaseGetSelection Method |
Get an existing Selection. Returns an error if the selection is not visible for the user.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISelection GetSelection(
int SelectionId
)
Function GetSelection (
SelectionId As Integer
) As ISelection
Dim instance As IDatabase
Dim SelectionId As Integer
Dim returnValue As ISelection
returnValue = instance.GetSelection(SelectionId)
ISelection^ GetSelection(
[InAttribute] int SelectionId
)
Parameters
- SelectionId
- Type: SystemInt32
Return Value
Type:
ISelection
See Also