StyleSheet.FromString(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スタイル シートのテキスト表現を含む文字列から、スタイル シートを作成して返します。
public:
static Microsoft::Maui::Controls::StyleSheets::StyleSheet ^ FromString(System::String ^ stylesheet);
public static Microsoft.Maui.Controls.StyleSheets.StyleSheet FromString (string stylesheet);
static member FromString : string -> Microsoft.Maui.Controls.StyleSheets.StyleSheet
Public Shared Function FromString (stylesheet As String) As StyleSheet
パラメーター
- stylesheet
- String
文字列としてのスタイル シート。
戻り値
データのスタイル シート。