SoapMonth.GetXsdType メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Dim instance As SoapMonth Dim returnValue As String returnValue = instance.GetXsdType
現在の SOAP 型の XSD を示す String。

GetXsdType メソッドを使用するコード例を次に示します。このコード例は、SoapMonth クラスのトピックで取り上げているコード例の一部分です。
// Print the XSD type string of this particular SoapMonth object. Console.WriteLine("The XSD type of the SoapMonth object is {0}.", month.GetXsdType());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SoapMonth.GetXsdType メソッドのページへのリンク