Share via


IProviderRegistry.QueryAll Method ()

 

Returns a list of data for all of the registered providers.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

[OperationContractAttribute]
IList<ProviderInfo> QueryAll()
[OperationContractAttribute]
IList<ProviderInfo^>^ QueryAll()
<OperationContractAttribute>
Function QueryAll As IList(Of ProviderInfo)

Return Value

Type: System.Collections.Generic.IList<ProviderInfo>

An instance of IList<T> that contains ProviderInfo objects, or an empty list if none are found.

See Also

IProviderRegistry Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top