VCCodeModel.ElementFromID(String) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not implemented.
public:
 EnvDTE::CodeElement ^ ElementFromID(System::String ^ ID);
	public:
 EnvDTE::CodeElement ^ ElementFromID(Platform::String ^ ID);
	EnvDTE::CodeElement ElementFromID(std::wstring const & ID);
	[System.Runtime.InteropServices.DispId(203)]
public EnvDTE.CodeElement ElementFromID(string ID);
	[System.Runtime.InteropServices.DispId(203)]
public EnvDTE.CodeElement ElementFromID(string Id);
	[<System.Runtime.InteropServices.DispId(203)>]
abstract member ElementFromID : string -> EnvDTE.CodeElement
	Public Function ElementFromID (ID As String) As CodeElement
	Public Function ElementFromID (Id As String) As CodeElement
	Parameters
- IDId
 - String
 
Input ID used for lookup.
Returns
A code element or construct in a source file.
Implements
- Attributes