共用方式為


ProtocolImporter.AddExtensionWarningComments 方法

定義

對於輸入擴充集合中的每個未處理擴充功能或 XML 項目,開啟 RequiredExtensionsIgnoredOptionalExtensionsIgnored 警告。

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

ServiceDescriptionFormatExtensionCollection,指定擴充功能或 XML 項目,如果未處理這些擴充功能或 XML 項目,則應產生警告。

備註

這個方法也會將警告訊息新增至程式碼批註的集合。

適用於