CodeTypeRef Interface

Definition

An object defining the type of a construct in a source file.

public interface class CodeTypeRef
public interface class CodeTypeRef
__interface CodeTypeRef
[System.Runtime.InteropServices.Guid("0CFBC2BC-0D4E-11D3-8997-00C04F688DDE")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface CodeTypeRef
[System.Runtime.InteropServices.Guid("0CFBC2BC-0D4E-11D3-8997-00C04F688DDE")]
public interface CodeTypeRef
[<System.Runtime.InteropServices.Guid("0CFBC2BC-0D4E-11D3-8997-00C04F688DDE")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type CodeTypeRef = interface
[<System.Runtime.InteropServices.Guid("0CFBC2BC-0D4E-11D3-8997-00C04F688DDE")>]
type CodeTypeRef = interface
Public Interface CodeTypeRef
Derived
Attributes

Remarks

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

Note

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. For more information, see the section Code Model Element Values Can Change in Discovering Code by Using the Code Model (Visual Basic).

Properties

AsFullName

Gets the fully qualified name of the CodeTypeRef object.

AsString

Gets a string to use for displaying the CodeTypeRef object.

CodeType

Sets or gets information describing this item's kind of CodeTypeRef object.

DTE

Gets the top-level extensibility object.

ElementType

Sets or gets an object representing the programmatic type.

Parent

Gets the immediate parent object of a CodeTypeRef object.

Rank

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

TypeKind

Gets the base type of the CodeTypeRef.

Methods

CreateArrayType(Int32)

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

Applies to