Metoda VCCodeModel.ElementFromID —

Nie zaimplementowano.

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: String

     Wprowadź identyfikator używany do wyszukiwania.

Wartość zwracana

Typ: CodeElement
Element kodu lub konstrukcji w pliku źródłowym.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCCodeModel Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCCodeModel