VCCodeNamespace Members
Include Protected Members
Include Inherited Members
An object representing a namespace element in the source code of a solution.
The VCCodeNamespace type exposes the following members.
Methods
Name
Description
Creates a new class code construct and inserts the code in the correct location.
Creates a new delegate code construct and inserts the code in the correct location.
Creates a new enumeration code construct and inserts the code in the correct location.
Creates a new function code construct and inserts the code in the correct location.
Creates a new interface code construct and inserts the code in the correct location.
Adds a map to the object.
Creates a new namespace code construct and inserts the code in the correct location.
Creates a new structure code construct and inserts the code in the correct location.
Adds a typedef statement to the object.
Adds a union statement to the object.
Creates a new variable code construct and inserts the code in the correct location.
Gets a TextPoint object that marks the end of the code element definition.
Gets a TextPoint object that defines the beginning of the code element definition.
Determines if the specified code element is the same as another code element.
Removes the specified project from the solution.
Validates that the proposed name is a valid C++ name for the kind given in the context of the object.
Top
Properties
Name
Description
Gets or sets the body text of the object.
Gets a collection of objects contained within this code construct.
Gets a collection of classes for the object.
Gets the VCCodeModel object for the project.
Gets the collection containing the object supporting this property or contained within this code construct.
Gets or sets the comment associated with the code element.
Gets or sets the declaration of the object.
Gets the name used in the user interface for this output group.
Gets the document comment for the current code model element.
Gets the top-level extensibility object.
Gets the edit point that is the location of the end of the code item.
Returns the end point of the parent object.
Gets a collection of enumerations for the object.
Returns the requested Extender object if it is available for this object.
Gets the Extender category ID (CATID) for the object.
Gets a list of available Extenders for the object.
Gets the file in which the object is declared.
Gets the full path and name of the object's file.
Gets a collection of functions for the object.
Gets the capabilities of the code model.
Gets the collection of interfaces for the object.
Gets whether a code element is case-sensitive.
Gets a value indicating whether a CodeType object can be obtained from this object.
Gets whether a code element has been injected by an attribute or macro expansion.
Gets whether the file containing the object is read-only.
Gets whether the object exists.
Gets an enumeration indicating the type of object.
Gets the programming language used to author the code.
Returns the location of the object declaration.
Gets the collection of macros (#define statements) for the object.
Gets the collection of maps for the object.
Gets a collection of items contained by this element.
Gets or sets the name of the object.
Gets the collection of namespaces for the object.
Gets the immediate parent object of a given object.
Gets a picture automation object to be used as an icon in the user interface.
Gets the Project object associated with the object.
Gets the ProjectItem object associated with the given object.
Not currently implemented.
Gets a TextPoint object that defines the beginning of the code item.
Gets the start point of the object.
Gets the collection of structure elements for the object.
Gets the collection of Typedef elements for the object.
Gets the collection of union elements for the object.
Gets the collection of variables for the object.
Top