Share via


CmdletBase.SelectProviders Method (String)

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim name As String
Dim returnValue As IEnumerable(Of PackageProvider)

returnValue = Me.SelectProviders(name)

Syntax

'Declaration
Protected Function SelectProviders ( _
    name As String _
) As IEnumerable(Of PackageProvider)
protected IEnumerable<PackageProvider> SelectProviders (
    string name
)
protected:
IEnumerable<PackageProvider^>^ SelectProviders (
    String^ name
)
protected IEnumerable<PackageProvider> SelectProviders (
    String name
)
protected function SelectProviders (
    name : String
) : IEnumerable<PackageProvider>

Parameters

  • name

Return Value

Returns IEnumerable.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

CmdletBase Class
CmdletBase Members
Microsoft.PowerShell.OneGet.CmdLets Namespace