This documentation is archived and is not being maintained.

ProtocolImporter::AddExtensionWarningComments Method

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.

Namespace:  System.Web.Services.Description
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

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: