MigrationsScaffolder.GetDirectory(String, String, 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.
Obtient le répertoire d’un fichier frère. Si ce n’est pas le cas, le répertoire correspondant au sous-espace de noms est utilisé.
protected virtual string GetDirectory (string projectDir, string siblingFileName, string subnamespace);
protected virtual string GetDirectory (string projectDir, string? siblingFileName, string subnamespace);
abstract member GetDirectory : string * string * string -> string
override this.GetDirectory : string * string * string -> string
Protected Overridable Function GetDirectory (projectDir As String, siblingFileName As String, subnamespace As String) As String
Paramètres
- projectDir
- String
Répertoire racine du projet.
- siblingFileName
- String
Nom du fichier frère.
- subnamespace
- String
Sous-espace de noms.
Retours
Chemin d'accès du répertoire.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.