VirtualSnapshotPoint 建構函式 (SnapshotPoint)
初始化新的執行個體的VirtualSnapshotPoint在指定的位置,零虛擬空間。
命名空間: Microsoft.VisualStudio.Text
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
Public Sub New ( _
position As SnapshotPoint _
)
public VirtualSnapshotPoint(
SnapshotPoint position
)
public:
VirtualSnapshotPoint(
SnapshotPoint position
)
new :
position:SnapshotPoint -> VirtualSnapshotPoint
public function VirtualSnapshotPoint(
position : SnapshotPoint
)
參數
position
類型:Microsoft.VisualStudio.Text.SnapshotPoint點在快照中的位置。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。