IPackagesSourceFile.ReadSources Method

Reads the contents of the package source file.

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 ReadSources As IEnumerable(Of WebPackageSource)
'Usage
Dim instance As IPackagesSourceFile 
Dim returnValue As IEnumerable(Of WebPackageSource)

returnValue = instance.ReadSources()
IEnumerable<WebPackageSource> ReadSources()
IEnumerable<WebPackageSource^>^ ReadSources()
abstract ReadSources : unit -> IEnumerable<WebPackageSource> 
function ReadSources() : IEnumerable<WebPackageSource>

Return Value

Type: System.Collections.Generic.IEnumerable<WebPackageSource>
The contents of the package source file.

See Also

Reference

IPackagesSourceFile Interface

System.Web.WebPages.Administration.PackageManager Namespace