StyleSheet.FromResource(String, Assembly, IXmlLineInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
供 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 平臺內部使用。