CodeAttributeArgument Properties

 

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

NameDescription
System_CAPS_pubpropertyChildren

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

System_CAPS_pubpropertyCollection

Gets the collection containing the object that supports this property.

System_CAPS_pubpropertyDTE

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

System_CAPS_pubpropertyEndPoint

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

System_CAPS_pubpropertyExtender[String^]

Returns the Extender for the code attribute argument.

System_CAPS_pubpropertyExtenderCATID

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

System_CAPS_pubpropertyExtenderNames

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

System_CAPS_pubpropertyFullName

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

System_CAPS_pubpropertyInfoLocation

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

System_CAPS_pubpropertyIsCodeType

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

System_CAPS_pubpropertyKind

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

System_CAPS_pubpropertyLanguage

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

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyProjectItem

Gets the associated ProjectItem object.

System_CAPS_pubpropertyStartPoint

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

System_CAPS_pubpropertyValue

Sets or gets the value of an attribute argument.

Return to top
Show: