Aracılığıyla paylaş


ProtocolImporter.AddExtensionWarningComments Yöntem

Tanım

Giriş uzantıları koleksiyonundaki her işlenmeyen uzantı veya XML öğesi için, giriş uzantıları koleksiyonundaki her işlenmeyen uzantı veya XML öğesi için bir RequiredExtensionsIgnored veya OptionalExtensionsIgnored uyarısı açar.

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)

Parametreler

comments
CodeCommentStatementCollection

CodeCommentStatementCollection Her uyarı iletisinin eklendiği kod açıklamalarının koleksiyonunu belirten bir.

extensions
ServiceDescriptionFormatExtensionCollection

ServiceDescriptionFormatExtensionCollection İşlenmedikleri takdirde uyarıların oluşturulması gereken uzantıları veya XML öğelerini belirten bir.

Açıklamalar

Bu yöntem ayrıca uyarı iletilerini bir kod açıklamaları koleksiyonuna ekler.

Şunlara uygulanır