SoapDocumentMethodAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SoapDocumentMethodAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
SoapDocumentMethodAttribute() |
SoapDocumentMethodAttribute クラスの新しいインスタンスを初期化します。 |
SoapDocumentMethodAttribute(String) |
SoapDocumentMethodAttribute プロパティを |
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)
パラメーター
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET