VCCodeModel 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_pubpropertyDialogClasses[String^]

Gets a collection of dialog classes.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

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 parent object.

System_CAPS_pubpropertyIDLLibraries

Gets the collection of Library elements on the object.

System_CAPS_pubpropertyImports

Gets the collection of #import statements for the parent 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_pubpropertyIsCaseSensitive

Gets a value indicating whether a code element is case-sensitive.

System_CAPS_pubpropertyIsSynchronized

Determines whether VCCodeModel is in sync with the source code for the solution.

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_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

Gets the collection of alias elements for the object.

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: