ResourcesGenerator.OutputPath Propriedade
Definição
Obtém ou define o caminho do diretório de saída.Gets or sets the path of the output directory.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::String ^ OutputPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string OutputPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.OutputPath : string with get, set
Public Property OutputPath As String
Valor da propriedade
- Atributos
Comentários
O caminho do diretório de saída.The path of the output directory. Se o caminho não for um caminho absoluto, ele será tratado como um caminho relativo ao diretório do projeto raiz.If the path is not an absolute path, it is treated as a path that is relative to the root project directory.