ContentProvider Constructor

 

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

NameDescription
System_CAPS_pubmethodContentProvider()

Creates a new instance of the ContentProvider looking for embedded resources in the assembly in which this class is defined.

System_CAPS_pubmethodContentProvider(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.

Return to top
Show: