XmlMemberMapping::GenerateTypeName Method (CodeDomProvider^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the name of the type associated with the specified CodeDomProvider.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
String^ GenerateTypeName(
	CodeDomProvider^ codeProvider
)

Parameters

codeProvider
Type: System.CodeDom.Compiler::CodeDomProvider^

A CodeDomProvider that contains the name of the type.

Return Value

Type: System::String^

The name of the type.

.NET Framework
Available since 2.0
Return to top
Show: