VCFileCodeModel Properties

 

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

NameDescription
System_CAPS_pubpropertyAttributes

Gets a collection of all of the attributes for the object.

System_CAPS_pubpropertyClasses

Gets a collection of classes for the object.

System_CAPS_pubpropertyCodeElements

Gets a collection of code elements.

System_CAPS_pubpropertyDelegates

Gets a collection of delegates for the object.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyEndPoint

Gets the edit point that is the location of the end of the code item.

System_CAPS_pubpropertyEnums

Gets a collection of enumerations for the object.

System_CAPS_pubpropertyFunctions

Gets a collection of functions for the object.

System_CAPS_pubpropertyIDLImports

Gets the collection of Import statements from the .idl file of the object.

System_CAPS_pubpropertyIDLLibraries

Gets the collection of Library elements on the object.

System_CAPS_pubpropertyImports

Gets the collection of #import statements for the object.

System_CAPS_pubpropertyIncludes

Gets the collection of #include statements for the object.

System_CAPS_pubpropertyInterfaces

Gets the collection of interfaces for the object.

System_CAPS_pubpropertyIsBatchOpen

Not currently implemented.

System_CAPS_pubpropertyIsManaged

Gets true if the ref keyword is used.

System_CAPS_pubpropertyIsMCOldSyntax

Gets a value indicating whether the file was compiled using the old syntax.

System_CAPS_pubpropertyIsSynchronized

Not implemented.

System_CAPS_pubpropertyLanguage

Gets the programming language used to author the code.

System_CAPS_pubpropertyMacros

Gets the collection of macros (#define statements) for the object.

System_CAPS_pubpropertyMaps

Gets the collection of maps for the object.

System_CAPS_pubpropertyNamespaces

Gets the collection of namespaces for the object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a given object.

System_CAPS_pubpropertyParseStatus

Gets an enumeration defining the outcome of parsing the file for the code model.

System_CAPS_pubpropertyStartPoint

Gets a TextPoint object that defines the beginning of the code item.

System_CAPS_pubpropertyStructs

Gets the collection of structure elements for the object.

System_CAPS_pubpropertyTypedefs

Gets the collection of typedef elements for the object.

System_CAPS_pubpropertyUnions

Gets the collection of union elements for the object.

System_CAPS_pubpropertyUsingAliases

System_CAPS_pubpropertyUsings

Gets the collection of #using elements for the object.

System_CAPS_pubpropertyVariables

Gets the collection of variables for the object.

Return to top
Show: