IProjectionSnapshot2.GetMatchingSnapshotInClosure-Methode (ITextBuffer)
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Function GetMatchingSnapshotInClosure ( _
targetBuffer As ITextBuffer _
) As ITextSnapshot
ITextSnapshot GetMatchingSnapshotInClosure(
ITextBuffer targetBuffer
)
ITextSnapshot^ GetMatchingSnapshotInClosure(
ITextBuffer^ targetBuffer
)
abstract GetMatchingSnapshotInClosure :
targetBuffer:ITextBuffer -> ITextSnapshot
function GetMatchingSnapshotInClosure(
targetBuffer : ITextBuffer
) : ITextSnapshot
Parameter
- targetBuffer
Typ: Microsoft.VisualStudio.Text.ITextBuffer
Rückgabewert
Typ: Microsoft.VisualStudio.Text.ITextSnapshot
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IProjectionSnapshot2 Schnittstelle