SimpleTypeResolver.ResolveType(String) 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.
Returns the Type of the specified name.
public:
override Type ^ ResolveType(System::String ^ id);
public override Type ResolveType (string id);
override this.ResolveType : string -> Type
Public Overrides Function ResolveType (id As String) As Type
Parameters
- id
- String
The assembly-qualified name of the managed type.
Returns
A Type object that has the specified name, if found; otherwise, null
.
Remarks
The ResolveType method calls the Type.GetType method to resolve the type.
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.