XmlSchemaProviderAttribute(String) Constructor

Definition

Initializes a new instance of the XmlSchemaProviderAttribute class, taking the name of the static method that supplies the type's XML schema.

public:
 XmlSchemaProviderAttribute(System::String ^ methodName);
public XmlSchemaProviderAttribute (string methodName);
public XmlSchemaProviderAttribute (string? methodName);
new System.Xml.Serialization.XmlSchemaProviderAttribute : string -> System.Xml.Serialization.XmlSchemaProviderAttribute
Public Sub New (methodName As String)

Parameters

methodName
String

The name of the static method that must be implemented.

Applies to