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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- embeddedResourcesInfo
-
Type:
System.Collections.Generic.IEnumerable(Of EmbeddedResourcesInfo)
Collection of EmbeddedResourcesInfo to search for embedded resources.
Show: