CodeClass2 Properties

 

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

NameDescription
System_CAPS_pubpropertyAccess

Sets or gets the access attributes of this code class.

System_CAPS_pubpropertyAttributes

Gets a collection of all of the attributes for the code class.

System_CAPS_pubpropertyBases

Gets a collection of classes from which this code class derives.

System_CAPS_pubpropertyChildren

Gets a collection of objects contained within this code class.

System_CAPS_pubpropertyClassKind

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyCollection

Gets the collection contained within the code class.

System_CAPS_pubpropertyComment

Sets or gets the comment associated with the code class.

System_CAPS_pubpropertyDataTypeKind

Sets of gets the relationship of this class with other classes.

System_CAPS_pubpropertyDerivedTypes

Gets a collection of objects derived from the code class. Not implemented in Visual C#.

System_CAPS_pubpropertyDocComment

Gets or sets the document comment for the code class.

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 class.

System_CAPS_pubpropertyExtender[String^]

Returns the requested Extender object if it is available for the code class. Not implemented in Visual C#.

System_CAPS_pubpropertyExtenderCATID

Gets the Extender category ID (CATID) for the code class. Not implemented in Visual C#.

System_CAPS_pubpropertyExtenderNames

Gets a list of available Extenders for the code class. Not implemented in Visual C#.

System_CAPS_pubpropertyFullName

Gets the full path and name of the file of the code class.

System_CAPS_pubpropertyImplementedInterfaces

Gets a collection of interfaces implemented by the code class.

System_CAPS_pubpropertyInfoLocation

Gets the capabilities of the code model.

System_CAPS_pubpropertyInheritanceKind

Gets or sets a value indicating whether a class may be used to create a new class.

System_CAPS_pubpropertyIsAbstract

Sets or gets whether or not the code class is declared as abstract.

System_CAPS_pubpropertyIsCodeType

Gets a value indicating whether a CodeType object can be obtained from the code class.

System_CAPS_pubpropertyIsDerivedFrom[String^]

Gets a value indicating whether the code class has another code class as its base.

System_CAPS_pubpropertyIsGeneric

Gets a value indicating whether the current class or struct is a generic.

System_CAPS_pubpropertyIsShared

Gets or sets the shared (static) status of the class.

System_CAPS_pubpropertyKind

Gets an enumeration indicating the type of class.

System_CAPS_pubpropertyLanguage

Gets the programming language used to author the class.

System_CAPS_pubpropertyMembers

Gets a collection of code elements contained by the class.

System_CAPS_pubpropertyName

Sets or gets the name of the class.

System_CAPS_pubpropertyNamespace

Gets a CodeNamespace object defining the parent namespace of the class.

System_CAPS_pubpropertyParent

Gets the immediate parent object of the class.

System_CAPS_pubpropertyPartialClasses

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyParts

Gets parts of a class.

System_CAPS_pubpropertyProjectItem

Gets the ProjectItem associated with the given object.

System_CAPS_pubpropertyStartPoint

Gets a TextPoint object that defines the beginning of the class.

Return to top
Show: