ServiceDescriptionCollection.GetPortType メソッド
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim instance As ServiceDescriptionCollection Dim name As XmlQualifiedName Dim returnValue As PortType returnValue = instance.GetPortType(name)
戻り値
PortType。


' Construct an XML qualified name. Dim myXmlQualifiedName As _ New XmlQualifiedName("MathServiceSoap", "http://tempuri2.org/") ' Get the PortType from the collection. Dim myPort As PortType = myCollection.GetPortType(myXmlQualifiedName)
// Construct an XML qualified name. XmlQualifiedName myXmlQualifiedName = new XmlQualifiedName("MathServiceSoap","http://tempuri2.org/"); // Get the PortType from the collection. PortType myPort = myCollection.GetPortType(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.GetPortType メソッドを検索する場合は、下記のリンクをクリックしてください。

- ServiceDescriptionCollection.GetPortType メソッドのページへのリンク