ProtocolImporter.AddExtensionWarningComments メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力拡張コレクション内の未処理の拡張機能または 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 。
注釈
また、このメソッドは、警告メッセージをコード コメントのコレクションに追加します。