次の方法で共有


ProtocolImporter.AddExtensionWarningComments メソッド

定義

入力拡張機能コレクションの未処理の拡張機能または XML 要素ごとに、RequiredExtensionsIgnored 警告または OptionalExtensionsIgnored 警告を有効にします。

public:
 void AddExtensionWarningComments(System::CodeDom::CodeCommentStatementCollection ^ comments, System::Web::Services::Description::ServiceDescriptionFormatExtensionCollection ^ extensions);
public void AddExtensionWarningComments (System.CodeDom.CodeCommentStatementCollection comments, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection extensions);
member this.AddExtensionWarningComments : System.CodeDom.CodeCommentStatementCollection * System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection -> unit
Public Sub AddExtensionWarningComments (comments As CodeCommentStatementCollection, extensions As ServiceDescriptionFormatExtensionCollection)

パラメーター

comments
CodeCommentStatementCollection

各警告メッセージの追加先のコード コメントのコレクションを指定する CodeCommentStatementCollection

extensions
ServiceDescriptionFormatExtensionCollection

処理されない場合に警告を生成する必要がある拡張機能または XML 要素を指定する ServiceDescriptionFormatExtensionCollection

注釈

このメソッドは、コード コメントのコレクションにも警告メッセージを追加します。

適用対象