Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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