共用方式為


StyleSheet.FromResource(String, Assembly, IXmlLineInfo) 方法

定義

供 Microsoft.Maui.Controls 平臺內部使用。

public static Microsoft.Maui.Controls.StyleSheets.StyleSheet FromResource (string resourcePath, System.Reflection.Assembly assembly, System.Xml.IXmlLineInfo lineInfo = default);
static member FromResource : string * System.Reflection.Assembly * System.Xml.IXmlLineInfo -> Microsoft.Maui.Controls.StyleSheets.StyleSheet
Public Shared Function FromResource (resourcePath As String, assembly As Assembly, Optional lineInfo As IXmlLineInfo = Nothing) As StyleSheet

參數

resourcePath
String

供 Microsoft.Maui.Controls 平臺內部使用。

assembly
Assembly

供 Microsoft.Maui.Controls 平臺內部使用。

lineInfo
IXmlLineInfo

供 Microsoft.Maui.Controls 平臺內部使用。

傳回

供 Microsoft.Maui.Controls 平臺內部使用。

適用於