NavigateToItem Constructor (String^, String^, String^, String^, Object^, MatchKind, INavigateToItemDisplayFactory^)

 

Initializes a new instance of the NavigateToItem class.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

public:
NavigateToItem(
	String^ name,
	String^ kind,
	String^ language,
	String^ secondarySort,
	Object^ tag,
	MatchKind matchKind,
	INavigateToItemDisplayFactory^ displayFactory
)

Parameters

name
Type: System::String^

The name of the symbol.

kind
Type: System::String^

The symbol's kind (file, class, method, and so on). This should be one of the constants defined in NavigateToItemKind.

language
Type: System::String^

The name of the language that the symbol comes from.

secondarySort
Type: System::String^

An arbitrary string that is used to sort symbols that are otherwise equivalent.

tag
Type: System::Object^

Data the implementer might need to identify the symbol.

matchKind
Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::MatchKind

A value that indicates how the symbol matches the search string.

displayFactory
Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::INavigateToItemDisplayFactory^

The UI-appropriate display information for the symbol.

Return to top
Show: