次の方法で共有


IElisionSnapshot.SourceSnapshot Property

Gets the text snapshot on which this elision snapshot is based.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'宣言
ReadOnly Property SourceSnapshot As ITextSnapshot
    Get
ITextSnapshot SourceSnapshot { get; }
property ITextSnapshot^ SourceSnapshot {
    ITextSnapshot^ get ();
}
abstract SourceSnapshot : ITextSnapshot
function get SourceSnapshot () : ITextSnapshot

Property Value

Type: Microsoft.VisualStudio.Text.ITextSnapshot
The text snapshot on which this elision snapshot is based.

.NET Framework Security

See Also

Reference

IElisionSnapshot Interface

Microsoft.VisualStudio.Text.Projection Namespace