Поделиться через


VCResourceCompilerTool.FullIncludePath - свойство

Gets a list of all directories included in the build.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
ReadOnly Property FullIncludePath As String
'Применение
Dim instance As VCResourceCompilerTool
Dim value As String

value = instance.FullIncludePath
string FullIncludePath { get; }
property String^ FullIncludePath {
    String^ get ();
}
function get FullIncludePath () : String

Значение свойства

Тип: System.String

A list of all directories included in the build.

Заметки

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

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCResourceCompilerTool Интерфейс

VCResourceCompilerTool - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен