IExtensionLocationProvider.IsExtensionValid(String) Method
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.
Validates that the extension path is enabled and valid to use.
public bool IsExtensionValid (string extensionPath);
abstract member IsExtensionValid : string -> bool
Public Function IsExtensionValid (extensionPath As String) As Boolean
Parameters
- extensionPath
- String
Path to the extension root folder.
Returns
true if extension can be used, false otherwise.