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个对象。

适用于