VCResourceCompilerTool.FullIncludePath 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 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.