XmlSchemaProviderAttribute(String) Konstruktor

Definice

Inicializuje novou instanci XmlSchemaProviderAttribute třídy, která přebírá název statické metody, která poskytuje schéma XML typu.

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)

Parametry

methodName
String

Název statické metody, která se musí implementovat.

Platí pro