'Declaration
Protected Overridable Sub RetrieveSelection( _ ByVal selectedNodePaths As IEnumerable(Of IEnumerable(Of Object)) _ )
'Usage
Dim instance As BrowseControl Dim selectedNodePaths As IEnumerable(Of IEnumerable(Of Object)) instance.RetrieveSelection(selectedNodePaths)
protected virtual void RetrieveSelection( IEnumerable<IEnumerable<object>> selectedNodePaths )
protected: virtual void RetrieveSelection( IEnumerable<IEnumerable<Object^>^>^ selectedNodePaths )
Parameters
- selectedNodePaths
- The selected node paths.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).