Share via


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

Name Description
FilePath
Obsolete.

Obsolete.

Text

The source text.

Version

The version of the source text

Methods

Name Description
Create(SourceText, VersionStamp, String)

Create a new TextAndVersion instance.

Applies to