Udostępnij za pośrednictwem


Metoda ModelBusAdapter.ResolveElementReference<T> — (ModelBusReference)

Biorąc pod uwagę identyfikator elementu zwraca rzeczywistego obiektu reprezentowanej przez to odwołanie (metoda silne maszynowy helper)

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Integration
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Składnia

'Deklaracja
Public Function ResolveElementReference(Of T As Class) ( _
    modelBusReference As ModelBusReference _
) As T
public T ResolveElementReference<T>(
    ModelBusReference modelBusReference
)
where T : class

Parametry typów

  • T
    Oczekiwanego typu

Parametry

Wartość zwracana

Typ: T
Wystąpienie obiektu rozpoznać elementu typu T.Lub null <c> </c>, jeśli żądany typ nie jest obsługiwana przez kartę

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ModelBusAdapter Klasa

Przeciążenie ResolveElementReference

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Integration