'Declaration Public Function AsLive(Of T)() As View(Of T)
Type Parameters
- T
- The type of the elements in this collection view.
Return Value
The resulting live view.
'Declaration Public Function AsLive(Of T)() As View(Of T)
Exception | Description |
---|---|
System.NotSupportedException | The ClientViewSource is in virtual mode. |
This method does not change the ClientCollectionView in any way, it just exposes its live view functionality.
This method is not supported for a ClientViewSource in virtual mode.