IWebProjectManager.GetInstalledPackages Method

Returns the installed packages where the default set of properties contain the specified search text.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Function GetInstalledPackages ( _
    searchTerms As String _
) As IQueryable(Of IPackage)
'Usage
Dim instance As IWebProjectManager 
Dim searchTerms As String 
Dim returnValue As IQueryable(Of IPackage)

returnValue = instance.GetInstalledPackages(searchTerms)
IQueryable<IPackage> GetInstalledPackages(
    string searchTerms
)
IQueryable<IPackage^>^ GetInstalledPackages(
    String^ searchTerms
)
abstract GetInstalledPackages : 
        searchTerms:string -> IQueryable<IPackage> 
function GetInstalledPackages(
    searchTerms : String
) : IQueryable<IPackage>

Parameters

Return Value

Type: System.Linq.IQueryable<IPackage>
The installed packages.

See Also

Reference

IWebProjectManager Interface

System.Web.WebPages.Administration.PackageManager Namespace