Share via


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

Public method

Delete

Removes a single argument from a code attribute.

Public method

GetEndPoint

Returns a TextPoint object that marks the end of the attribute argument.

Public method

GetStartPoint

Gets a TextPoint object that marks the start of the attribute argument.

Top

Properties

 

Name

Description

Public property

Children

Gets the collection of child attributes for the specified code attribute argument.

Public property

Collection

Gets the collection containing the object that supports this property.

Public property

DTE

Gets the top-level extensibility object, in this case the DTE2 object.

Public property

EndPoint

Gets a TextPoint object defining the end of the code attribute argument.

Public property

Extender

Returns the Extender for the code attribute argument.

Public property

ExtenderCATID

Gets the category ID (CATID) for the Extender of the code attribute argument.

Public property

ExtenderNames

Gets the names of the Extenders for the code attribute arguments.

Public property

FullName

Gets the fully qualified name of the code attribute argument's definition.

Public property

InfoLocation

Gets a constant indicating the location of the code attribute argument.

Public property

IsCodeType

Gets a value indicating whether a CodeType object can be obtained from this code attribute argument.

Public property

Kind

Gets an enumeration value that defines the type of code element.

Public property

Language

Gets the programming language that is used to author the code.

Public property

Name

Gets or sets a string representing the name of the object.

Public property

ProjectItem

Gets the associated ProjectItem object.

Public property

StartPoint

Gets a TextPoint object defining the start of the code attribute argument.

Public property

Value

Sets or gets the value of an attribute argument.

Top

See Also

Reference

CodeAttributeArgument Interface

EnvDTE80 Namespace