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