SoapNonPositiveInteger.GetXsdType メソッド
アセンブリ: mscorlib (mscorlib.dll 内)
構文Dim instance As SoapNonPositiveInteger Dim returnValue As String returnValue = instance.GetXsdType
現在の SOAP 型の XSD を示す String。
使用例GetXsdType メソッドを使用するコード例を次に示します。このコード例は、SoapNonPositiveInteger クラスのトピックで取り上げているコード例の一部分です。
// Print the XSD type string of the SoapNonPositiveInteger object. Console.WriteLine( "The XSD type of the SoapNonPositiveInteger " + "object is {0}.", xsdInteger.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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からSoapNonPositiveInteger.GetXsdType メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からSoapNonPositiveInteger.GetXsdType メソッド
を検索
- SoapNonPositiveInteger.GetXsdType メソッドのページへのリンク