CodeImport Interface

Definition

Models the use of statements that import namespaces.

public interface class CodeImport : EnvDTE::CodeElement
public interface class CodeImport : EnvDTE::CodeElement
__interface CodeImport : EnvDTE::CodeElement
[System.Runtime.InteropServices.Guid("0C9A256E-0FF9-4D4A-88E6-304ACF78225F")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface CodeImport : EnvDTE.CodeElement
[<System.Runtime.InteropServices.Guid("0C9A256E-0FF9-4D4A-88E6-304ACF78225F")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type CodeImport = interface
    interface CodeElement
Public Interface CodeImport
Implements CodeElement
Attributes
Implements

Remarks

The import statement that is used depends on the language model that it targets. The object inherits from CodeElement.

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.

Properties

Alias

Gets or sets a friendly name for the referenced namespace.

Children

Gets a collection of objects contained within this CodeImport.

Collection

Gets the CodeElements collection containing the CodeImport that supports this property.

DTE

Gets the top-level extensibility object.

EndPoint

Gets the text point that is the location of the end of the code item.

Extender[String]

Gets the requested Extender if it is available for this CodeElement object.

ExtenderCATID

Gets the Extender category ID (CATID) for the object.

ExtenderNames

Gets a list of available Extenders for the object.

FullName

Gets a fully-qualified name of the specified code element.

InfoLocation

Gets the capabilities of the code model.

IsCodeType

Gets a value indicating whether or not a CodeType object can be obtained from the CodeImport object.

Kind

Gets an enumeration that defines the type of object.

Language

Gets the programming language that is used to author the CodeImport.

Name

Gets or sets the name of the CodeImport object.

Namespace

Gets or sets the name of the imported namespace.

Parent

Gets the object containing this import.

ProjectItem

Gets the ProjectItem object associated with the CodeElement object.

StartPoint

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

Methods

GetEndPoint(vsCMPart)

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

GetStartPoint(vsCMPart)

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

Applies to