Metoda VCFileCodeModel.ElementFromID —
Aktualnie nie zaimplementowane.
Przestrzeń nazw: Microsoft.VisualStudio.VCCodeModel
Zestaw: Microsoft.VisualStudio.VCCodeModel (w Microsoft.VisualStudio.VCCodeModel.dll)
Składnia
'Deklaracja
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
Parametry
- ID
Typ: System.String
Identyfikator elementu, aby pobrać ciągu.
Wartość zwracana
Typ: EnvDTE.CodeElement
Element kodu lub konstrukcji w pliku źródłowym.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..