VCProjectEngineObjectClass - члены
Включить защищенные члены
Включить унаследованные члены
The main object for VCProjectEngine automation model.
Универсальный тип VCProjectEngineObjectClass предоставляет следующий члены.
Конструкторы
Имя | Описание | |
---|---|---|
VCProjectEngineObjectClass | A creator for the VCProjectEngineObject. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
AddFakeProps | Инфраструктура. Microsoft Internal Use Only. | |
CreateProject | Creates a new project. | |
CreatePropertySheet | Инфраструктура. Microsoft Internal Use Only. | |
CreateToolFile | Creates a tool file for custom build rules. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Evaluate | Evaluates the value of a project model or environment macro. | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
IsSystemInclude | Returns true if the specified file is in the <drive>:\Program Files\Microsoft Visual Studio 8\VC\include directory. | |
LoadProject | Loads a project. | |
LoadPropertySheet | Инфраструктура. Microsoft Internal Use Only. | |
LoadToolFile | Loads a tool file. | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
RemoveProject | Инфраструктура. Microsoft Internal Use Only. | |
RemovePropertySheet | Инфраструктура. Microsoft Internal Use Only. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
BuildLogging | Gets or sets a value indicating whether a log file will be created and populated with information about build activity. | |
BuildTiming | Gets or sets a value indicating whether the output window will display times for all tools in the build. | |
Events | Gets the object that is the source of events that are fired by the project engine. | |
PerformanceLogging | Инфраструктура. Microsoft Internal Use Only. | |
Platforms | Gets the collection of platforms on the project engine. | |
Projects | Gets the Visual C++ projects in the solution. | |
PropertySheets | Инфраструктура. Microsoft Internal Use Only. | |
ShowEnvironmentInBuildLog | Gets or sets a value indicating whether or not to echo all environment variables into the build log during builds of Visual C++ projects. | |
ToolFiles | Returns the tool files collection. | |
ToolFileSearchPaths | Gets or sets the file path for the tool file locations. | |
ValidateSchemas | Controls whether or not the VCProjectEngine validates XML-files against schemas. |
В начало страницы