次の方法で共有


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 のオブジェクト。

適用対象