StyleSheet.FromAssemblyResource(Assembly, String, IXmlLineInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
use FromResource()
Retourne la feuille de style spécifiée.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("use FromResource()")]
public static Xamarin.Forms.StyleSheets.StyleSheet FromAssemblyResource (System.Reflection.Assembly assembly, string resourceId, System.Xml.IXmlLineInfo lineInfo = default);
static member FromAssemblyResource : System.Reflection.Assembly * string * System.Xml.IXmlLineInfo -> Xamarin.Forms.StyleSheets.StyleSheet
Paramètres
- assembly
- System.Reflection.Assembly
Assembly qui contient la feuille de style.
- resourceId
- System.String
ID de ressource pour la feuille de style.
- lineInfo
- System.Xml.IXmlLineInfo
Informations de ligne pour la récupération de la feuille de style.
Retours
Feuille de style spécifiée.
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute