IFindReferencesProgress.OnFindInDocumentStarted(Document) 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.
public:
void OnFindInDocumentStarted(Microsoft::CodeAnalysis::Document ^ document);
public void OnFindInDocumentStarted(Microsoft.CodeAnalysis.Document document);
abstract member OnFindInDocumentStarted : Microsoft.CodeAnalysis.Document -> unit
Public Sub OnFindInDocumentStarted (document As Document)
Parameters
- document
- Document