Range.PreviousBookmarkID 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.
Returns the number of the last bookmark that starts before or at the same place as the specified range.
public:
property int PreviousBookmarkID { int get(); };
public int PreviousBookmarkID { get; }
member this.PreviousBookmarkID : int
Public ReadOnly Property PreviousBookmarkID As Integer
Property Value
Remarks
The PreviousBookmarkID property returns 0 (zero) if there's no corresponding bookmark.