Поделиться через


CustomTypeElement.Resolve<T>(CustomTypeElement) Метод

Определение

Пытается разрешить элемент пользовательского типа в объект заданного 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

Параметры типа

T

Type, к которому требуется разрешить элемент пользовательского типа.

Параметры

customTypeElement
CustomTypeElement

Элемент пользовательского типа, который требуется сопоставить.

Возвращаемое значение

T

Объект TypeT.

Применяется к