ParseRequest.Timestamp 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.
Specifies a time stamp for the parse request.
public:
property int Timestamp { int get(); void set(int value); };
public:
property int Timestamp { int get(); void set(int value); };
public int Timestamp { get; set; }
member this.Timestamp : int with get, set
Public Property Timestamp As Integer
Property Value
Returns a number that represents a point in time.
Remarks
The value stored in this is not an actual time value; it is used to handle the situation where a parsing operation may have been started due to a change in the source but by the time the parse was finished, another change had been made and the results of the first parse may be invalid or otherwise considered stale. The Source class uses this property internally to prevent stale information from appearing in completion lists, brace matching, and method tips.