TextAndVersion Class

Definition

A class that represents both a source text and its version stamp.

public ref class TextAndVersion sealed
public sealed class TextAndVersion
type TextAndVersion = class
Public NotInheritable Class TextAndVersion
Inheritance
TextAndVersion

Properties

FilePath
Obsolete.

Obsolete.

Text

The source text.

Version

The version of the source text

Methods

Create(SourceText, VersionStamp, String)

Create a new TextAndVersion instance.

Applies to