TextDecorationConverter.ConvertFromInvariantString(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將單一值或逗點分隔字串轉換 TextDecorations 物件。
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
參數
- value
- System.String
逗點分隔字串,其內容對應到 TextDecorations 的值。
傳回
System.Object
備註
的元素必須是 內 TextDecorations 的值或字串 「line-through」。。