ResourceLoader.ResourceProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
You shouldn't have used this one to begin with, don't use the other one either
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("You shouldn't have used this one to begin with, don't use the other one either")]
public static Func<System.Reflection.AssemblyName,string,string> ResourceProvider { get; }
member this.ResourceProvider : Func<System.Reflection.AssemblyName, string, string>
Property Value
System.Func<System.Reflection.AssemblyName,System.String,System.String>
For internal use by the Xamarin.Forms platform.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute