CodeParameter Properties

 

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

NameDescription
System_CAPS_pubpropertyAttributes

Gets a collection of all attributes for the parent object.

System_CAPS_pubpropertyChildren

Gets a collection of objects contained within this code construct.

System_CAPS_pubpropertyCollection

Gets the collection containing the CodeParameter object supporting this property.

System_CAPS_pubpropertyDocComment

Returns the document comment for the current code model element.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyEndPoint

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

System_CAPS_pubpropertyExtender[String^]

Returns the requested Extender if it is available for the CodeParameter object.

System_CAPS_pubpropertyExtenderCATID

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

System_CAPS_pubpropertyExtenderNames

Gets a list 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 capabilities of the code model.

System_CAPS_pubpropertyIsCodeType

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

System_CAPS_pubpropertyKind

Gets an enumeration indicating the type of object.

System_CAPS_pubpropertyLanguage

Gets the programming language used to author the code.

System_CAPS_pubpropertyName

Sets or gets the name of the object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a CodeParameter object.

System_CAPS_pubpropertyProjectItem

Gets the ProjectItem associated with the given object.

System_CAPS_pubpropertyStartPoint

Gets a TextPoint object that defines the beginning of the code item.

System_CAPS_pubpropertyType

Sets or gets an object representing the programmatic type.

Return to top
Show: