CodeModel2::ElementFromID Method (String^)

 

Returns a specific, existing code element.

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

CodeElement^ ElementFromID(
	String^ ID
)

Parameters

ID
Type: System::String^

The name of the element.

Return Value

Type: EnvDTE::CodeElement^

A CodeElement object.

If the requested element no longer exists, the method should return E_FAIL.

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: