'Declaration Public Function GetPersistentRange() As PersistentRange
public PersistentRange GetPersistentRange()
Return Value
A new PersistentRange instance associated with this content object.
Unlike the Range returned by GetRange, this persistent range and any markers on it (see Start and End) can still be used if the object is deleted.
Note that PersistentRange should be disposed when no longer needed to improve performance.
'Declaration Public Function GetPersistentRange() As PersistentRange
public PersistentRange GetPersistentRange()