VCCodeModel.ElementFromID Method (String)
Not implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Function ElementFromID ( _
ID As String _
) As CodeElement
CodeElement ElementFromID(
string ID
)
CodeElement^ ElementFromID(
String^ ID
)
abstract ElementFromID :
ID:string -> CodeElement
function ElementFromID(
ID : String
) : CodeElement
Parameters
- ID
Type: System.String
Input ID used for lookup.
Return Value
Type: EnvDTE.CodeElement
A code element or construct in a source file.
Implements
CodeModel2.ElementFromID(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.