次の方法で共有


SoapServerType.GetMethod(Object) メソッド

定義

指定したキーに関連付けられている SoapServerMethod を返します。

public:
 System::Web::Services::Protocols::SoapServerMethod ^ GetMethod(System::Object ^ key);
public System.Web.Services.Protocols.SoapServerMethod GetMethod (object key);
member this.GetMethod : obj -> System.Web.Services.Protocols.SoapServerMethod
Public Function GetMethod (key As Object) As SoapServerMethod

パラメーター

key
Object

目的の SoapServerMethod に関連付けられているキー。

戻り値

指定したキーに関連付けられている SoapServerMethod

適用対象