IFinderFactory.Create(ITextSnapshot) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a finder for searching snapshot
.
public:
Microsoft::VisualStudio::Text::Operations::IFinder ^ Create(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot);
public Microsoft.VisualStudio.Text.Operations.IFinder Create (Microsoft.VisualStudio.Text.ITextSnapshot snapshot);
abstract member Create : Microsoft.VisualStudio.Text.ITextSnapshot -> Microsoft.VisualStudio.Text.Operations.IFinder
Public Function Create (snapshot As ITextSnapshot) As IFinder
Parameters
- snapshot
- ITextSnapshot
Returns
Remarks
Finders can be used from any thread (but each finder can only be used on one thread at a time).