VCManifestTool.ToolPath 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 a ferramenta especificada.
public:
property System::String ^ ToolPath { System::String ^ get(); };
public:
property Platform::String ^ ToolPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(22)]
public string ToolPath { [System.Runtime.InteropServices.DispId(22)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ToolPath : string
Public ReadOnly Property ToolPath As String
Valor da propriedade
Uma cadeia de caracteres que representa o caminho para a ferramenta especificada.
- Atributos