Partager via


MigrationsScaffolder.GetDirectory(String, String, String) Méthode

Définition

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 à