CodeStruct Properties

 

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

NameDescription
System_CAPS_pubpropertyAccess

Defines the access modifier of this item.

System_CAPS_pubpropertyAttributes

Gets a collection of CodeElements.

System_CAPS_pubpropertyBases

Gets a collection of classes from which this CodeStruct derives.

System_CAPS_pubpropertyChildren

Gets a collection of CodeElements.

System_CAPS_pubpropertyCollection

Gets a CodeElements collection.

System_CAPS_pubpropertyComment

Gets or sets the comment associated with the CodeStruct.

System_CAPS_pubpropertyDerivedTypes

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

System_CAPS_pubpropertyDocComment

Gets or sets the document comment for the current CodeStruct.

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 object if it is available for this object. Not implemented in Visual C#.

System_CAPS_pubpropertyExtenderCATID

Gets the Extender category ID (CATID) for the object. This property is not implemented in Visual C#.

System_CAPS_pubpropertyExtenderNames

Gets a list of available Extenders for the object. This property is not implemented in Visual C#.

System_CAPS_pubpropertyFullName

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

System_CAPS_pubpropertyImplementedInterfaces

Gets a collection of interfaces implemented by this CodeStruct.

System_CAPS_pubpropertyInfoLocation

Gets the capabilities of the code model object..

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 CodeStruct has another object as a base.

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_pubpropertyMembers

Gets a collection of CodeElements contained by this CodeStruct.

System_CAPS_pubpropertyName

Sets or gets the name of the CodeStruct.

System_CAPS_pubpropertyNamespace

Gets a CodeNamespace object defining the parent namespace.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a CodeStruct object.

System_CAPS_pubpropertyProjectItem

Gets the ProjectItem object associated with the CodeStruct object.

System_CAPS_pubpropertyStartPoint

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

Return to top
Show: