StandardTableKeyNames.PersistentSpan Field
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.
public: System::String ^ PersistentSpan;
public const string PersistentSpan;
val mutable PersistentSpan : string
Public Const PersistentSpan As String
Field Value
Remarks
Expected data type is Microsoft.VisualStudio.Text.IPersistentSpan
.
Use Microsoft.VisualStudio.Text.IPersistentSpanFactory
to create instances of IPersistentSpan
. They are IDisposable
and must be disposed of when the last ITableEntriesSnapshot using the IPersistentSpan
is disposed of. Otherwise, these instances would cause memory leaks of the contents of the editor.