VCProject.IncludeHeaderFile - метод
Adds a #include HeaderFile directive to a pre-compiled header file, or to a specified file.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Sub IncludeHeaderFile ( _
HeaderFile As String, _
FileName As String _
)
'Применение
Dim instance As VCProject
Dim HeaderFile As String
Dim FileName As String
instance.IncludeHeaderFile(HeaderFile, _
FileName)
void IncludeHeaderFile(
string HeaderFile,
string FileName
)
void IncludeHeaderFile(
[InAttribute] String^ HeaderFile,
[InAttribute] String^ FileName
)
function IncludeHeaderFile(
HeaderFile : String,
FileName : String
)
Параметры
HeaderFile
Тип: System.StringFile name of the header file that is to be included in an existing header, or in a header file created with the FileName as the file name.
FileName
Тип: System.StringThe file name of a file to which to add the #include directive, if the project does not include a pre-compiled header file.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.