[]
Creates and returns a PersistentRange 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.
public PersistentRange GetPersistentRange()
Public Function GetPersistentRange() As PersistentRange
Type | Description |
---|---|
PersistentRange | A new PersistentRange instance associated with this content object. |