バージョン

ParsedFormattedText メソッド

ParsedFormattedTextValue クラスの静的なParse メソッドを折り返します。指定した text が有効なテキスト形式かどうかを決定する方法を提供します。
シンタックス
'宣言
 
Public Shared Function ParsedFormattedText( _
   ByVal text As String, _
   ByRef exception As Exception _
) As Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue
public static Infragistics.Win.FormattedLinkLabel.ParsedFormattedTextValue ParsedFormattedText( 
   string text,
   out Exception exception
)

パラメータ

text
テストされる string
exception
[out] 返却時に、値の分析を試みる間にスローされた Exception への参照を含みます。または、値が正常に分析された場合は、null

戻り値の型

解析操作の結果を説明する ParsedFormattedTextValue インスタンス、または値を正常に解析できなかった場合は、null (VB では、Nothing)。
参照