SymbolDefinitionSearchResult(SymbolDefinition, String) Constructor
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.
Initializes a new instance of the SymbolDefinitionSearchResult class.
public:
SymbolDefinitionSearchResult(Microsoft::VisualStudio::Workspace::Indexing::SymbolDefinition ^ symbol, System::String ^ filePath);
public SymbolDefinitionSearchResult (Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinition symbol, string filePath);
new Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinitionSearchResult : Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinition * string -> Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinitionSearchResult
Public Sub New (symbol As SymbolDefinition, filePath As String)
Parameters
- symbol
- SymbolDefinition
The symbol definition.
- filePath
- String
The path to the file that defines the symbol.