VCCodeModel::ElementFromID Method (String^)

 

Not implemented.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

CodeElement^ ElementFromID(
	String^ ID
)

Parameters

ID
Type: System::String^

 Input ID used for lookup.

Return Value

Type: EnvDTE::CodeElement^

A code element or construct in a source file.

Return to top
Show: