VCProject - члены
Включить защищенные члены
Включить унаследованные члены
This object exposes the properties on a Visual C++ project.
Универсальный тип VCProject предоставляет следующий члены.
Методы
Имя | Описание | |
---|---|---|
AddActiveXReference | Adds an ActiveX (COM) reference to the project. | |
AddAssemblyReference | Adds an assembly (.NET) reference to the selected project. | |
AddConfiguration | Adds a configuration to the current project. | |
AddFile | Adds a file to the current project or folder. | |
AddFilter | Adds a folder to the current project or folder. | |
AddPlatform | Adds a platform to the current project (not enabled for Visual C++). | |
AddProjectReference | Adds a project reference to the project. | |
AddToolFile | Adds a custom build rule file to a project. | |
AddWebReference | Adds a reference to a Web Service to the project. | |
CanAddActiveXReference | Gets a value indicating whether to add the given ActiveX (COM) reference. | |
CanAddAssemblyReference | Returns whether it is okay to add the given assembly (.NET) reference. | |
CanAddFile | Returns true if the specified file can be added to the current project or filter. | |
CanAddFilter | Returns true if the specified filter can be added as a top-level filter or as a subfilter to the current filter. | |
CanAddProjectReference | Returns whether it is okay to add the given project reference | |
IncludeHeaderFile | Adds a #include HeaderFile directive to a pre-compiled header file, or to a specified file. | |
LoadProjectOptions | Инфраструктура. Microsoft Internal Use Only. | |
LoadUserFile | Loads the user option file. | |
MakeManagedDBConnection | Инфраструктура. Microsoft Internal Use Only. | |
MatchName | Matches a specified name to the name of a collection item. | |
RemoveConfiguration | Removes a configuration from the current project. | |
RemoveFile | Removes a file from the current project or folder. | |
RemoveFilter | Removes a folder from the current project and any files or other folders in the folder. | |
RemovePlatform | Removes a platform from the current project (not enabled for Visual C++). | |
RemoveReference | Removes the specified reference from the project or references collection. | |
RemoveToolFile | Removes a custom build rules file from the project. | |
Save | Инфраструктура. Saves the project file (.vcproj). | |
SaveProjectOptions | Инфраструктура. Microsoft Internal Use Only. | |
SaveUserFile | Saves the user option file. | |
Version | Sets or returns the major and minor version numbers of the project. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
AssemblyReferenceSearchPaths | Sets or gets a list of assembly search paths. | |
Configurations | Gets the collection of configurations on the project. | |
FileEncoding | Инфраструктура. Microsoft Internal Use Only. | |
FileFormat | Инфраструктура. Microsoft Internal Use Only. | |
Files | Gets the collection of files on the object. | |
Filters | Gets the collection of filters (or folders) on the object. | |
IsDirty | Инфраструктура. Microsoft Internal Use Only. | |
ItemName | Gets the name of the current item in the collection. | |
Items | Gets the collection of files and top-level folders in a project or the collection of files and folders in a folder. | |
keyword | Gets or sets the collection of Dynamic Help keywords associated with a project. | |
Kind | Gets an enumeration indicating the type of object. | |
ManagedDBConnection | Инфраструктура. Microsoft Internal Use Only. | |
ManagedDBProvider | Инфраструктура. Microsoft Internal Use Only. | |
Name | Gets or set the name of the object. | |
Object | Provides a reference between the Visual Studio object model and the Visual C++ object model. | |
OwnerKey | Инфраструктура. Microsoft Internal Use Only. | |
Parent | Gets the immediate parent object. | |
Platforms | Gets the platforms for which this project can be built. For Visual C++, this is only Win32. | |
project | Gets the VCProject associated with the object. | |
ProjectDirectory | Gets the name of the directory that contains the project file. | |
ProjectFile | Gets the name of the project file. | |
ProjectGUID | Инфраструктура. Microsoft Internal Use Only. | |
References | Gets the collection of references for the selected project. | |
ReferencesConsumableByDesigners | Gets the collection of references that are consumable by designers in the active solution configuration. | |
RootNamespace | Gets the root namespace for the specified project. | |
SccAuxPath | Инфраструктура. Microsoft Internal Use Only. | |
SccLocalPath | Инфраструктура. Microsoft Internal Use Only. | |
SccProjectName | Инфраструктура. Microsoft Internal Use Only. | |
SccProvider | Инфраструктура. Microsoft Internal Use Only. | |
ShowAllFiles | Sets or gets whether to show all files in the solution explorer. | |
ToolFiles | Gets a collection of custom build rule files. | |
VCProjectEngine | Перегружен. | |
VCReferences | Gets the collection of references for the selected project. |
В начало страницы