共用方式為


VirtualSnapshotSpan.SnapshotSpan 屬性

取得這個範圍所對應的非虛擬的快照集範圍。

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

語法

'宣告
Public ReadOnly Property SnapshotSpan As SnapshotSpan
public SnapshotSpan SnapshotSpan { get; }
public:
property SnapshotSpan SnapshotSpan {
    SnapshotSpan get ();
}
member SnapshotSpan : SnapshotSpan with get
function get SnapshotSpan () : SnapshotSpan

屬性值

類型:Microsoft.VisualStudio.Text.SnapshotSpan
快照延伸。

.NET Framework 安全性

請參閱

參考

VirtualSnapshotSpan 結構

Microsoft.VisualStudio.Text 命名空間