INavigateToItemProviderFactory Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the creation of new instances of INavigateToItemProvider.
Namespace: Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
Syntax
'Declaration
Public Interface INavigateToItemProviderFactory
public interface INavigateToItemProviderFactory
public interface class INavigateToItemProviderFactory
type INavigateToItemProviderFactory = interface end
public interface INavigateToItemProviderFactory
The INavigateToItemProviderFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
TryCreateNavigateToItemProvider | Creates a new INavigateToItemProvider, if possible. |
Top
See Also
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace