共用方式為


ITextSnapshotLine.Snapshot 屬性

取得ITextSnapshot中出現的線條。

命名空間:  Microsoft.VisualStudio.Text
組件:  Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)

語法

'宣告
ReadOnly Property Snapshot As ITextSnapshot
ITextSnapshot Snapshot { get; }
property ITextSnapshot^ Snapshot {
    ITextSnapshot^ get ();
}
abstract Snapshot : ITextSnapshot with get
function get Snapshot () : ITextSnapshot

屬性值

類型:Microsoft.VisualStudio.Text.ITextSnapshot
某一行出現的 ITextSnapshot

.NET Framework 安全性

請參閱

參考

ITextSnapshotLine 介面

Microsoft.VisualStudio.Text 命名空間