MaskedTextProvider.IsEditPosition(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的位置是否可編輯。
public:
bool IsEditPosition(int position);
public bool IsEditPosition (int position);
member this.IsEditPosition : int -> bool
Public Function IsEditPosition (position As Integer) As Boolean
參數
- position
- Int32
遮罩中要測試之以零起始的位置。
傳回
如果格式化字串中的指定位置是可編輯,則為 true
,否則為 false
。
備註
只有在下列兩個條件都成立時,方法 IsEditPosition 才會傳 true
回:
參數
pos
位於格式化字串的界限內;也就是說,其值大於或等於零,且小於 Length 格式化字串的 。指定的位置是可編輯的字元。