XmlSchemaProviderAttribute(String) コンストラクター

定義

型の XML スキーマを提供する静的メソッドの名前を受け取って、XmlSchemaProviderAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

methodName
String

実装する必要がある静的メソッドの名前。

適用対象