Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Finds a given block of text in the buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")> _
Public Interface IVsTextFind
'Usage
Dim instance As IVsTextFind
[InterfaceTypeAttribute()]
[GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
public interface IVsTextFind
[InterfaceTypeAttribute()]
[GuidAttribute(L"0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
public interface class IVsTextFind
public interface IVsTextFind
Remarks
Notes to Implementers:
Implement IVsTextFind when you need to locate a specific block of text that resides in the text buffer.