TextDecorationCollection.Remove(TextDecoration) 方法

定義

從集合中移除指定的 TextDecoration 物件。

public:
 virtual bool Remove(System::Windows::TextDecoration ^ value);
public bool Remove (System.Windows.TextDecoration value);
abstract member Remove : System.Windows.TextDecoration -> bool
override this.Remove : System.Windows.TextDecoration -> bool
Public Function Remove (value As TextDecoration) As Boolean

參數

value
TextDecoration

要移除的 TextDecoration 物件。

傳回

Boolean

如果成功刪除 value 則為 true,否則為 false

實作

適用於