VCFileCodeModel.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 currently 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(205)]
public EnvDTE.CodeElement ElementFromID (string ID);
[System.Runtime.InteropServices.DispId(205)]
public EnvDTE.CodeElement ElementFromID (string Id);
[<System.Runtime.InteropServices.DispId(205)>]
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
String ID of the element to retrieve.
Returns
A code element or construct in a source file.
Implements
- Attributes