ObservableCollectionHelper<TPublicType, TWireType>.SetList Method (IEnumerable<TWireType>)
Sets the contents of the collection. This class is typically used to set the initial contents of the list or to refresh the list after a reconnection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void SetList(
IEnumerable<TWireType> list
)
public:
void SetList(
IEnumerable<TWireType>^ list
)
Public Sub SetList (
list As IEnumerable(Of TWireType)
)
Parameters
list
Type: System.Collections.Generic.IEnumerable<TWireType>The current list of objects.
See Also
ObservableCollectionHelper<TPublicType, TWireType> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top