VCFile.UnexpandedRelativePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the relative path before a macro expansion.
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
Property Value
The unevaluated relative path.
- Attributes