ProtocolImporter.AddExtensionWarningComments メソッド

定義

入力拡張コレクション内の未処理の拡張機能または XML 要素ごとに、入力拡張機能コレクション内の未処理の拡張機能または 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

注釈

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

適用対象