VCFileCodeModel::ElementFromID Method (String^)

 

Not currently implemented.

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

CodeElement^ ElementFromID(
	String^ ID
)

Parameters

ID
Type: System::String^

String ID of the element to retrieve.

Return Value

Type: EnvDTE::CodeElement^

A code element or construct in a source file.

Return to top
Show: