CustomTypeElement.Resolve<T>(CustomTypeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试解决指定的 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
Type
T
的对象。