CodeStruct2 Interface

 

Object representing a structure in source code.

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

[GuidAttribute("F6DC1A01-E65A-404B-8B6D-9CDD603DB4ED")]
public interface CodeStruct2 : CodeStruct

NameDescription
System_CAPS_pubpropertyAccess

Gets or sets the access attributes 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_pubpropertyDataTypeKind

Sets of gets the relationship of this struct with other structs.

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]

Gets 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. Not implemented in Visual C#.

System_CAPS_pubpropertyExtenderNames

Gets a list of available Extenders for the object. 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.

System_CAPS_pubpropertyIsAbstract

Gets or sets a value indicating whether or not an item is declared as abstract.

System_CAPS_pubpropertyIsCodeType

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

System_CAPS_pubpropertyIsDerivedFrom[String]

Gets a value indicating whether a CodeStruct has another object as a base.

System_CAPS_pubpropertyIsGeneric

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

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

Gets or sets the name of the CodeStruct.

System_CAPS_pubpropertyNamespace

Gets the CodeNamespace object defining the parent namespace.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a CodeStruct object.

System_CAPS_pubpropertyParts

Gets partial classes associated with a struct.

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.

NameDescription
System_CAPS_pubmethodAddAttribute(String, String, Object)

Creates a new attribute code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddBase(Object, Object)

Adds an item to the list of inherited objects.

System_CAPS_pubmethodAddClass(String, Object, Object, Object, vsCMAccess)

Creates a new class code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddDelegate(String, Object, Object, vsCMAccess)

Creates a new delegate code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddEnum(String, Object, Object, vsCMAccess)

Creates a new enumeration code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddEvent(String, String, Boolean, Object, vsCMAccess)

Adds a struct event.

System_CAPS_pubmethodAddFunction(String, vsCMFunction, Object, Object, vsCMAccess, Object)

Creates a new function code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddImplementedInterface(Object, Object)

Adds an interface to the list of inherited objects.

System_CAPS_pubmethodAddProperty(String, String, Object, Object, vsCMAccess, Object)

Creates a new property code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddStruct(String, Object, Object, Object, vsCMAccess)

Creates a new structure code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddVariable(String, Object, Object, vsCMAccess, Object)

Creates a new variable code construct and inserts the code in the correct location.

System_CAPS_pubmethodGetEndPoint(vsCMPart)

Gets a TextPoint object that marks the end of the code element definition.

System_CAPS_pubmethodGetStartPoint(vsCMPart)

Gets a TextPoint object that defines the beginning of the code element definition.

System_CAPS_pubmethodRemoveBase(Object)

Removes an object from the list of bases.

System_CAPS_pubmethodRemoveInterface(Object)

Removes an interface from the list of implemented interfaces.

System_CAPS_pubmethodRemoveMember(Object)

Removes a member code construct.

System_CAPS_noteNote

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Return to top
Show: