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.
Returns a ReadOnlyObservableCollection<T> that is managed by this class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ReadOnlyObservableCollection<TPublicType> GetReadOnlyObservableCollection()
public:
ReadOnlyObservableCollection<TPublicType>^ GetReadOnlyObservableCollection()
Public Function GetReadOnlyObservableCollection As ReadOnlyObservableCollection(Of TPublicType)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<TPublicType>
An instance of ReadOnlyObservableCollection<T>.
See Also
ObservableCollectionHelper<TPublicType, TWireType> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top