Udostępnij za pośrednictwem


CustomTypeElement.Resolve<T>(CustomTypeElement) Metoda

Definicja

Próbuje rozpoznać element typu niestandardowego do obiektu określonego Type.

public:
generic <typename T>
 where T : class static T Resolve(System::IdentityModel::Configuration::CustomTypeElement ^ customTypeElement);
public static T Resolve<T> (System.IdentityModel.Configuration.CustomTypeElement customTypeElement) where T : class;
static member Resolve : System.IdentityModel.Configuration.CustomTypeElement -> 'T (requires 'T : null)
Public Shared Function Resolve(Of T As Class) (customTypeElement As CustomTypeElement) As T

Parametry typu

T

Element Type , do którego należy rozpoznać element typu niestandardowego.

Parametry

customTypeElement
CustomTypeElement

Element typu niestandardowego do rozwiązania.

Zwraca

T

Obiekt .TypeT

Dotyczy