SoapDocumentMethodAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SoapDocumentMethodAttribute 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| SoapDocumentMethodAttribute() |
初始化 SoapDocumentMethodAttribute 類別的新執行個體。 |
| SoapDocumentMethodAttribute(String) |
初始化該類別的新實例 SoapDocumentMethodAttribute ,並將屬性設定 Action 為參數值 |
SoapDocumentMethodAttribute()
初始化 SoapDocumentMethodAttribute 類別的新執行個體。
public:
SoapDocumentMethodAttribute();
public SoapDocumentMethodAttribute();
Public Sub New ()
適用於
SoapDocumentMethodAttribute(String)
初始化該類別的新實例 SoapDocumentMethodAttribute ,並將屬性設定 Action 為參數值 action 。
public:
SoapDocumentMethodAttribute(System::String ^ action);
public SoapDocumentMethodAttribute(string action);
new System.Web.Services.Protocols.SoapDocumentMethodAttribute : string -> System.Web.Services.Protocols.SoapDocumentMethodAttribute
Public Sub New (action As String)