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


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

Gets or sets a value indicating whether to ignore the standard include path.

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

Синтаксис

'Декларация
Property IgnoreStandardIncludePath As Boolean
'Применение
Dim instance As VCResourceCompilerTool
Dim value As Boolean

value = instance.IgnoreStandardIncludePath

instance.IgnoreStandardIncludePath = value
bool IgnoreStandardIncludePath { get; set; }
property bool IgnoreStandardIncludePath {
    bool get ();
    void set (bool value);
}
function get IgnoreStandardIncludePath () : boolean
function set IgnoreStandardIncludePath (value : boolean)

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

Тип: System.Boolean

true if it is to ignore the standard include path; otherwise, false.

Заметки

IgnoreStandardIncludePath exposes the functionality of the compiler's /X (Ignore Standard Include Paths) option, the MIDL compiler's MIDL Property Pages: General option, and the resource compiler's Resources Property Pages option.

Разрешения

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

См. также

Ссылки

VCResourceCompilerTool Интерфейс

VCResourceCompilerTool - члены

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