CustomTypeElement.Resolve<T>(CustomTypeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to resolve the custom type element to an object of the specified 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
Type Parameters
- T
The Type to which to resolve the custom type element.
Parameters
- customTypeElement
- CustomTypeElement
The custom type element to resolve.
Returns
T
An object of TypeT
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.