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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.