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 メソッドのページへのリンク