ProtocolImporter::AddExtensionWarningComments Method (CodeCommentStatementCollection^, ServiceDescriptionFormatExtensionCollection^)
.NET Framework (current version)
For each unhandled extension or XML element in the input extensions collection, turns on a RequiredExtensionsIgnored or OptionalExtensionsIgnored warning for each unhandled extension or XML element in the input extensions collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: void AddExtensionWarningComments( CodeCommentStatementCollection^ comments, ServiceDescriptionFormatExtensionCollection^ extensions )
Parameters
- comments
-
Type:
System.CodeDom::CodeCommentStatementCollection^
A CodeCommentStatementCollection that specifies the collection of code comments to which each warning message is added.
- extensions
-
Type:
System.Web.Services.Description::ServiceDescriptionFormatExtensionCollection^
A ServiceDescriptionFormatExtensionCollection that specifies the extensions or XML elements for which warnings should be generated if they are not handled.
This method also adds the warning messages to a collection of code comments.
.NET Framework
Available since 1.1
Available since 1.1
Show: