CodeTypeRef2 Interface

 

Defines the type of a construct in a source file.

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

[GuidAttribute("9883C07A-FA07-4CE7-BD8E-01E1A3F3A3F7")]
public interface CodeTypeRef2 : CodeTypeRef

NameDescription
System_CAPS_pubpropertyAsFullName

Gets the fully qualified name of the CodeTypeRef object.

System_CAPS_pubpropertyAsString

Gets a string to use for displaying the CodeTypeRef object.

System_CAPS_pubpropertyCodeType

Gets or sets information describing what kind of CodeTypeRef object this item is.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyElementType

Gets or sets an object representing the programmatic type.

System_CAPS_pubpropertyIsGeneric

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

System_CAPS_pubpropertyParent

Gets the immediate parent object of a CodeTypeRef object.

System_CAPS_pubpropertyRank

If this item is an array, gets or sets the number of dimensions in this array.

System_CAPS_pubpropertyTypeKind

Gets the base type of the CodeTypeRef.

NameDescription
System_CAPS_pubmethodCreateArrayType(Int32)

Creates an array of specified type, and inserts it into the code in the correct location.

The CodeTypeRef2 object is used to represent the type of a function, variable, or parameter.

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: