IExtensionLocationProvider Interface
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.
An interface for providing extension locations to metadata service.
public interface IExtensionLocationProvider : IObservable<Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionInstallStateNotification>
type IExtensionLocationProvider = interface
interface IObservable<ExtensionInstallStateNotification>
Public Interface IExtensionLocationProvider
Implements IObservable(Of ExtensionInstallStateNotification)
- Implements
Methods
IsExtensionValid(String) |
Validates that the extension path is enabled and valid to use. |