MaskedTextProvider.EditPositions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a newly created enumerator for the editable positions in the formatted string.
public:
property System::Collections::IEnumerator ^ EditPositions { System::Collections::IEnumerator ^ get(); };
public System.Collections.IEnumerator EditPositions { get; }
member this.EditPositions : System.Collections.IEnumerator
Public ReadOnly Property EditPositions As IEnumerator
Property Value
An IEnumerator that supports enumeration over the editable positions in the formatted string.
Remarks
On every access of the EditPositions property, a temporary collection of editable positions is created that the retrieved IEnumerator operates on.
This collection is read-only.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.