ContentProvider Constructor (IEnumerable(Of EmbeddedResourcesInfo))

 

Creates a new instance of the ContentProvider with a given set of assemblies to look for embedded resources in. The assemblies are searched in the order provided which means that if the same embedded resource exists in multiple assemblies then the first one found will be returned.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public Sub New (
	embeddedResourcesInfo As IEnumerable(Of EmbeddedResourcesInfo)
)

Parameters

embeddedResourcesInfo
Type: System.Collections.Generic.IEnumerable(Of EmbeddedResourcesInfo)

Collection of EmbeddedResourcesInfo to search for embedded resources.

Return to top
Show: