VCCodeModel Properties
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets a collection of all of the attributes for the object. |
![]() | Classes | Gets a collection of classes for the object. |
![]() | CodeElements | Gets a collection of code elements. |
![]() | Delegates | Gets a collection of delegates for the object. |
![]() | DialogClasses[String^] | Gets a collection of dialog classes. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Enums | Gets a collection of enumerations for the object. |
![]() | Functions | Gets a collection of functions for the object. |
![]() | IDLImports | Gets the collection of Import statements from the .idl file of the parent object. |
![]() | IDLLibraries | Gets the collection of Library elements on the object. |
![]() | Imports | Gets the collection of #import statements for the parent object. |
![]() | Includes | Gets the collection of #include statements for the object. |
![]() | Interfaces | Gets the collection of interfaces for the object. |
![]() | IsCaseSensitive | Gets a value indicating whether a code element is case-sensitive. |
![]() | IsSynchronized | Determines whether VCCodeModel is in sync with the source code for the solution. |
![]() | Language | Gets the programming language used to author the code. |
![]() | Macros | Gets the collection of macros (#define statements) for the object. |
![]() | Maps | Gets the collection of maps for the object. |
![]() | Namespaces | Gets the collection of namespaces for the object. |
![]() | Parent | Gets the immediate parent object of a given object. |
![]() | Structs | Gets the collection of structure elements for the object. |
![]() | Typedefs | Gets the collection of Typedef elements for the object. |
![]() | Unions | Gets the collection of Union elements for the object. |
![]() | UsingAliases | Gets the collection of alias elements for the object. |
![]() | Usings | Gets the collection of #using elements for the object. |
![]() | Variables | Gets the collection of variables for the object. |
