This documentation is archived and is not being maintained.
ProtocolImporter::AddExtensionWarningComments Method
Visual Studio 2010
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.
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: