共用方式為


ProtocolReflector.Methods 屬性

定義

取得屬於 Web 服務類別的 Web 服務方法,由相關聯之 ProtocolReflector 物件的 Methods 屬性所識別。

public:
 property cli::array <System::Web::Services::Protocols::LogicalMethodInfo ^> ^ Methods { cli::array <System::Web::Services::Protocols::LogicalMethodInfo ^> ^ get(); };
public System.Web.Services.Protocols.LogicalMethodInfo[] Methods { get; }
member this.Methods : System.Web.Services.Protocols.LogicalMethodInfo[]
Public ReadOnly Property Methods As LogicalMethodInfo()

屬性值

LogicalMethodInfo[]

屬於 Web 服務類別的 Web 服務方法,由相關聯之 ProtocolReflector 物件的 Methods 屬性所識別。

備註

Web 服務方法是由所識別 WebMethodAttribute

適用於