TextDecorationCollectionConverter.ConvertFromString(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した文字列の TextDecorationCollection のインスタンスへの変換を試みます。
public:
static System::Windows::TextDecorationCollection ^ ConvertFromString(System::String ^ text);
public static System.Windows.TextDecorationCollection ConvertFromString (string text);
static member ConvertFromString : string -> System.Windows.TextDecorationCollection
Public Shared Function ConvertFromString (text As String) As TextDecorationCollection
パラメーター
- text
- String
String オブジェクトに変換される TextDecorationCollection。
戻り値
変換後の text
から作成された TextDecorationCollection のインスタンス。
注釈
パラメーターの text
文字列値には、"None" を指定するか、"下線、取り消し線" などのコンマで区切られた定義済みの TextDecoration 名前の組み合わせを指定できます。 名前は大文字と小文字を区別しない値です。
1 つ以上の空白は、各テキスト装飾名またはコンマの前または後に置くことができます。 また、重複するテキスト装飾名は使用できません。