ServiceDescriptionCollection.GetMessage メソッド
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文Dim instance As ServiceDescriptionCollection Dim name As XmlQualifiedName Dim returnValue As Message returnValue = instance.GetMessage(name)
戻り値
Message。
例外
使用例' Construct an XML qualified name. Dim myXmlQualifiedName As _ New XmlQualifiedName("AddSoapIn", "http://tempuri2.org/") ' Get the Message from the collection. Dim myMessage As Message = myCollection.GetMessage(myXmlQualifiedName)
// Construct an XML qualified name. XmlQualifiedName myXmlQualifiedName = new XmlQualifiedName("AddSoapIn", "http://tempuri2.org/"); // Get the Message from the collection. Message myMessage = myCollection.GetMessage(myXmlQualifiedName);
プラットフォーム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に収録されているすべての辞書からServiceDescriptionCollection.GetMessage メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からServiceDescriptionCollection.GetMessage メソッド
を検索
- ServiceDescriptionCollection.GetMessage メソッドのページへのリンク