CodeAttributeArgument Members
Include Protected Members
Include Inherited Members
Represents a single argument (name/value pair) in a code attribute.
The CodeAttributeArgument type exposes the following members.
Methods
Name
Description
Removes a single argument from a code attribute.
Returns a TextPoint object that marks the end of the attribute argument.
Gets a TextPoint object that marks the start of the attribute argument.
Top
Properties
Name
Description
Gets the collection of child attributes for the specified code attribute argument.
Gets the collection containing the object that supports this property.
Gets the top-level extensibility object, in this case the DTE2 object.
Gets a TextPoint object defining the end of the code attribute argument.
Returns the Extender for the code attribute argument.
Gets the category ID (CATID) for the Extender of the code attribute argument.
Gets the names of the Extenders for the code attribute arguments.
Gets the fully qualified name of the code attribute argument's definition.
Gets a constant indicating the location of the code attribute argument.
Gets a value indicating whether a CodeType object can be obtained from this code attribute argument.
Gets an enumeration value that defines the type of code element.
Gets the programming language that is used to author the code.
Gets or sets a string representing the name of the object.
Gets the associated ProjectItem object.
Gets a TextPoint object defining the start of the code attribute argument.
Sets or gets the value of an attribute argument.
Top