CodeNamespace Members
Include Protected Members
Include Inherited Members
Represents a namespace construct in a source file.
The CodeNamespace 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 interface code construct and inserts the code in the correct location.
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.
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.
Removes the specified code element from the source file.
Top
Properties
Name
Description
Returns a CodeElements collection contained within this CodeNamespace.
GGets the collection containing the object supporting this property or contained within this code construct.
Gets or sets the comment associated with the CodeNamespace.
Gets or sets 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 CodeNamespace item.
Returns the requested Extender if it is available for this CodeNamespace.
Gets the Extender category ID (CATID) for the object.
Gets a list of available Extenders for the object.
Gets the fully qualified name of the CodeNamespace.
Gets the capabilities of the code model.
Gets whether a CodeType object can be obtained from this object.
Gets an enumeration indicating the type of object.
Gets the programming language used to author the code.
Gets a collection of items contained by this CodeNamespace element.
Sets or gets the name of the CodeNamespace object.
Gets the immediate parent object of a CodeNamespace object.
Returns the ProjectItem object associated with the given CodeNamespace object.
Gets a TextPoint object that defines the beginning of the code item.
Top