XmlSchemaProviderAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de XmlSchemaProviderAttribute klasse, waarbij de naam wordt gebruikt van de statische methode die het XML-schema van het type levert.

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

De naam van de statische methode die moet worden geïmplementeerd.

Van toepassing op