Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ITextVersion associated with Before.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property BeforeVersion As ITextVersion
public ITextVersion BeforeVersion { get; }
public:
property ITextVersion^ BeforeVersion {
ITextVersion^ get ();
}
member BeforeVersion : ITextVersion
function get BeforeVersion () : ITextVersion
Property Value
Type: Microsoft.VisualStudio.Text.ITextVersion
The ITextVersion associated with Before.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.