IFormattedLineSource.SourceTextSnapshot 属性

获取源为其提供格式化文本的源文本快照。

命名空间:  Microsoft.VisualStudio.Text.Formatting
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
ReadOnly Property SourceTextSnapshot As ITextSnapshot
ITextSnapshot SourceTextSnapshot { get; }
property ITextSnapshot^ SourceTextSnapshot {
    ITextSnapshot^ get ();
}
abstract SourceTextSnapshot : ITextSnapshot with get
function get SourceTextSnapshot () : ITextSnapshot

属性值

类型:Microsoft.VisualStudio.Text.ITextSnapshot
此源为其提供的源文本快照格式化文本。

.NET Framework 安全性

请参阅

参考

IFormattedLineSource 接口

Microsoft.VisualStudio.Text.Formatting 命名空间