CodeClass Properties

 

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

NameDescription
System_CAPS_pubpropertyAccess

Sets or gets the access attributes of the CodeClass object.

System_CAPS_pubpropertyAttributes

Gets a collection of all of the attributes for the parent object.

System_CAPS_pubpropertyBases

Gets a collection of classes from which this item derives.

System_CAPS_pubpropertyChildren

Gets a collection of CodeElements contained within the CodeClass object.

System_CAPS_pubpropertyCollection

Gets a CodeElements collection.

System_CAPS_pubpropertyComment

Gets or sets the comment associated with the CodeClass object.

System_CAPS_pubpropertyDerivedTypes

Gets a collection of objects derived from this CodeClass object. Not implemented in Visual C#.

System_CAPS_pubpropertyDocComment

Sets or gets the document comment for the current code model element.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyEndPoint

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

System_CAPS_pubpropertyExtender[String^]

Gets the requested Extender object. Not implemented in Visual C#.

System_CAPS_pubpropertyExtenderCATID

Returns the Extender category ID (CATID) for the object. Not implemented in Visual C#.

System_CAPS_pubpropertyExtenderNames

Gets a list of available Extenders for the CodeClass object. Not implemented in Visual C#.

System_CAPS_pubpropertyFullName

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

System_CAPS_pubpropertyImplementedInterfaces

Gets a collection of interfaces implemented by a CodeClass object.

System_CAPS_pubpropertyInfoLocation

Gets the capabilities of the code model.

System_CAPS_pubpropertyIsAbstract

Sets or gets whether or not an item is declared as abstract.

System_CAPS_pubpropertyIsCodeType

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

System_CAPS_pubpropertyIsDerivedFrom[String^]

Returns whether a CodeClass object has another object as a base.

System_CAPS_pubpropertyKind

Returns an enumeration indicating the type of object.

System_CAPS_pubpropertyLanguage

Gets the programming language used to author the code.

System_CAPS_pubpropertyMembers

Gets a collection of items contained by this element.

System_CAPS_pubpropertyName

Sets or gets the name of the CodeClass object.

System_CAPS_pubpropertyNamespace

Gets an object defining the parent namespace.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a CodeClass object.

System_CAPS_pubpropertyProjectItem

Gets the ProjectItem associated with the given object.

System_CAPS_pubpropertyStartPoint

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

Return to top
Show: