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

必須實作的靜態方法名稱。

適用於