Share via


IProviderRegistry.Query Method (QuerySpecification)

 

Returns a list of data for the specified provider.

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

Syntax

[OperationContractAttribute]
IList<ProviderInfo> Query(
    QuerySpecification specification
)
[OperationContractAttribute]
IList<ProviderInfo^>^ Query(
    QuerySpecification^ specification
)
<OperationContractAttribute>
Function Query (
    specification As QuerySpecification
) As IList(Of ProviderInfo)

Parameters

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