The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MissingFileCallback Delegate
Represents a delegate for a method that attempts to find and return the correct path of a file that was not found by the calling method. This class and its members are reserved for internal use and are not intended to be used in your code.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
public delegate bool MissingFileCallback( String^ fileName, [OutAttribute] String^% actualPath )
Parameters
- fileName
-
Type:
System::String^
The name of the file to find.
- actualPath
-
Type:
System::String^
(Output) The actual path of the file, if found.
Return Value
Type: System::Boolean
Show: