ISnapshotDifference.LeftBufferSnapshot Property
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
ReadOnly Property LeftBufferSnapshot As ITextSnapshot
ITextSnapshot LeftBufferSnapshot { get; }
property ITextSnapshot^ LeftBufferSnapshot {
ITextSnapshot^ get ();
}
abstract LeftBufferSnapshot : ITextSnapshot
function get LeftBufferSnapshot () : ITextSnapshot
Property Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
.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.