Compartilhar via


Propriedade VCFile.UnexpandedRelativePath

Obtém o caminho relativo antes de uma expansão de macro.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
ReadOnly Property UnexpandedRelativePath As String
string UnexpandedRelativePath { get; }
property String^ UnexpandedRelativePath {
    String^ get ();
}
abstract UnexpandedRelativePath : string with get
function get UnexpandedRelativePath () : String

Valor de propriedade

Tipo: System.String
O caminho relativo unevaluated.

Segurança do .NET Framework

Consulte também

Referência

VCFile Interface

Namespace Microsoft.VisualStudio.VCProjectEngine