Partilhar via


MigrationsScaffolder.TryGetProjectFile(String, String) Método

Definição

Tenta localizar um arquivo no diretório do projeto.

protected virtual string TryGetProjectFile (string projectDir, string fileName);
protected virtual string? TryGetProjectFile (string projectDir, string fileName);
abstract member TryGetProjectFile : string * string -> string
override this.TryGetProjectFile : string * string -> string
Protected Overridable Function TryGetProjectFile (projectDir As String, fileName As String) As String

Parâmetros

projectDir
String

O diretório do projeto.

fileName
String

O nome do arquivo.

Retornos

O caminho do arquivo ou nulo se nenhum.

Aplica-se a