VCFileCodeModel 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. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | EndPoint | Gets the edit point that is the location of the end of the code item. |
![]() | 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 object. |
![]() | IDLLibraries | Gets the collection of Library elements on the object. |
![]() | Imports | Gets the collection of #import statements for the object. |
![]() | Includes | Gets the collection of #include statements for the object. |
![]() | Interfaces | Gets the collection of interfaces for the object. |
![]() | IsBatchOpen | Not currently implemented. |
![]() | IsManaged | Gets true if the ref keyword is used. |
![]() | IsMCOldSyntax | Gets a value indicating whether the file was compiled using the old syntax. |
![]() | IsSynchronized | Not implemented. |
![]() | 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. |
![]() | ParseStatus | Gets an enumeration defining the outcome of parsing the file for the code model. |
![]() | StartPoint | Gets a TextPoint object that defines the beginning of the code item. |
![]() | 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 | |
![]() | Usings | Gets the collection of #using elements for the object. |
![]() | Variables | Gets the collection of variables for the object. |
