VCToolFile.Path Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o caminho para o arquivo de ferramenta.
public:
property System::String ^ Path { System::String ^ get(); };
public:
property Platform::String ^ Path { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2201)]
public string Path { [System.Runtime.InteropServices.DispId(2201)] get; }
[<System.Runtime.InteropServices.DispId(2201)>]
[<get: System.Runtime.InteropServices.DispId(2201)>]
member this.Path : string
Public ReadOnly Property Path As String
Valor da propriedade
Cadeia de caracteres que contém o caminho para o arquivo de ferramenta.
- Atributos