SoapServerType.GetDuplicateMethod(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與指定之索引鍵相關聯的重複 SoapServerMethod。
public:
System::Web::Services::Protocols::SoapServerMethod ^ GetDuplicateMethod(System::Object ^ key);
public System.Web.Services.Protocols.SoapServerMethod GetDuplicateMethod (object key);
member this.GetDuplicateMethod : obj -> System.Web.Services.Protocols.SoapServerMethod
Public Function GetDuplicateMethod (key As Object) As SoapServerMethod
參數
- key
- Object
與需要之重複 SoapServerMethod 相關聯的索引鍵。
傳回
與指定之索引鍵相關聯的重複 SoapServerMethod。