VCFile.UnexpandedRelativePath 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 relativo antes de uma expansão de macro.
public:
property System::String ^ UnexpandedRelativePath { System::String ^ get(); };
public:
property Platform::String ^ UnexpandedRelativePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(423)]
public string UnexpandedRelativePath { [System.Runtime.InteropServices.DispId(423)] get; }
[<System.Runtime.InteropServices.DispId(423)>]
[<get: System.Runtime.InteropServices.DispId(423)>]
member this.UnexpandedRelativePath : string
Public ReadOnly Property UnexpandedRelativePath As String
Valor da propriedade
O caminho relativo não avaliado.
- Atributos