ProtocolImporter.AddExtensionWarningComments 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對於輸入擴充集合中的每個未處理擴充功能或 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
ServiceDescriptionFormatExtensionCollection,指定擴充功能或 XML 項目,如果未處理這些擴充功能或 XML 項目,則應產生警告。
備註
這個方法也會將警告訊息新增至程式碼批註的集合。