SymbolDefinitionSearchResult Class

Definition

Describes a symbol's definition with metadata describing where it is found.

public ref class SymbolDefinitionSearchResult
[Windows::Foundation::Metadata::WebHostHidden]
class SymbolDefinitionSearchResult
public class SymbolDefinitionSearchResult
type SymbolDefinitionSearchResult = class
Public Class SymbolDefinitionSearchResult
Inheritance
SymbolDefinitionSearchResult

Constructors

SymbolDefinitionSearchResult(SymbolDefinition, String)

Initializes a new instance of the SymbolDefinitionSearchResult class.

Properties

FilePath

Gets the absolute path to the file containing the symbol.

Symbol

Gets the symbol name and location.

Applies to