LogRecord.Previous 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.
When overridden in a derived class, gets the sequence number of the previous record.
public:
abstract property System::IO::Log::SequenceNumber Previous { System::IO::Log::SequenceNumber get(); };
public abstract System.IO.Log.SequenceNumber Previous { get; }
member this.Previous : System.IO.Log.SequenceNumber
Public MustOverride ReadOnly Property Previous As SequenceNumber
Property Value
The sequence number of the previous record.
Remarks
The value of this property is the sequence number that was provided as the previousUndoRecord
parameter in the Append method. Aside from its use in enumeration, this sequence number is treated as opaque by the record sequence.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา