VCResourceCompilerTool.FullIncludePath Property

Definition

Gets a list of all directories included in the build.

public:
 property System::String ^ FullIncludePath { System::String ^ get(); };
public:
 property Platform::String ^ FullIncludePath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(11)]
public string FullIncludePath { [System.Runtime.InteropServices.DispId(11)] get; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
member this.FullIncludePath : string
Public ReadOnly Property FullIncludePath As String

Property Value

A list of all directories included in the build.

Attributes

Remarks

FullIncludePath represents a concatenation of directories specified with /I and the directories specified in the VC++ Directories dialog box. Macros present in these directories are evaluated as well.

Applies to