MaskedTextProvider.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從格式化字串移除上一個指定的字元。
多載
Remove() |
從格式化字串移除上一個指定的字元。 |
Remove(Int32, MaskedTextResultHint) |
從格式化字串移除上一個指定的字元,然後輸出移除位置和描述性資訊。 |
Remove()
從格式化字串移除上一個指定的字元。
public:
bool Remove();
public bool Remove ();
member this.Remove : unit -> bool
Public Function Remove () As Boolean
傳回
如果成功移除字元,則為 true
,否則為 false
。
備註
如果尚未指派任何字元給遮罩,方法 Remove 就沒有任何作用。
從格式化字串中移除最後一個指派的字元時,該位置的可編輯遮罩字元會重設,允許後續輸入。
另請參閱
適用於
Remove(Int32, MaskedTextResultHint)
從格式化字串移除上一個指定的字元,然後輸出移除位置和描述性資訊。
public:
bool Remove([Runtime::InteropServices::Out] int % testPosition, [Runtime::InteropServices::Out] System::ComponentModel::MaskedTextResultHint % resultHint);
public bool Remove (out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint);
member this.Remove : int * MaskedTextResultHint -> bool
Public Function Remove (ByRef testPosition As Integer, ByRef resultHint As MaskedTextResultHint) As Boolean
參數
- testPosition
- Int32
格式化字串中實際移除字元之以零起始的位置。 輸出參數。
- resultHint
- MaskedTextResultHint
MaskedTextResultHint,簡潔描述運算的結果。 輸出參數。
傳回
如果成功移除字元,則為 true
,否則為 false
。
備註
如果尚未指派任何字元給遮罩,方法 Remove 就沒有任何作用。
從格式化字串中移除最後一個指派的字元時,該位置的可編輯遮罩字元會重設,允許後續輸入。