SoapServerType.GetMethod(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與指定之索引鍵相關聯的 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。