IAnalyzerAssemblyLoader.AddDependencyLocation(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un fichier à prendre en compte lors du chargement d’un analyseur ou de ses dépendances.
public:
void AddDependencyLocation(System::String ^ fullPath);
public void AddDependencyLocation(string fullPath);
abstract member AddDependencyLocation : string -> unit
Public Sub AddDependencyLocation (fullPath As String)
Paramètres
- fullPath
- String
Exceptions
fullPath a la valeur null.
fullPath n'est pas un chemin complet.