CodeAttribute2 Properties

 

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

NameDescription
System_CAPS_pubpropertyArguments

Gets a collection of CodeElement objects that contains the CodeAttributeArgument objects associated with this attribute.

System_CAPS_pubpropertyChildren

Gets a collection of objects contained within this code construct.

System_CAPS_pubpropertyCollection

Gets a collection of CodeAttribute2 objects.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyEndPoint

Gets the edit point that is the end location of the code attribute.

System_CAPS_pubpropertyExtender[String^]

Returns the requested Extender if it is available for this code attribute.

System_CAPS_pubpropertyExtenderCATID

Gets the Extender category ID (CATID) for the object.

System_CAPS_pubpropertyExtenderNames

Gets a list of names of available Extenders for the object.

System_CAPS_pubpropertyFullName

Gets the full path and name of the object's file.

System_CAPS_pubpropertyInfoLocation

Gets the code model.

System_CAPS_pubpropertyIsCodeType

Gets whether a CodeType object can be obtained from this object.

System_CAPS_pubpropertyKind

Gets an enumeration indicating the type of attribute.

System_CAPS_pubpropertyLanguage

Gets a constant identifying the programming language used to author the attribute.

System_CAPS_pubpropertyName

Sets or gets the name of the code attribute.

System_CAPS_pubpropertyParent

Gets the immediate parent object of the code attribute.

System_CAPS_pubpropertyProjectItem

Gets the ProjectItem associated with the code attribute.

System_CAPS_pubpropertyStartPoint

Gets a TextPoint that defines the beginning of the attribute.

System_CAPS_pubpropertyTarget

Sets or gets the target of the code attribute.

System_CAPS_pubpropertyValue

Sets or gets the data for the code attribute.

Return to top
Show: