Share via


IExtensionLocationProvider Interface

Definition

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.

Applies to