This documentation is archived and is not being maintained.

ProtocolImporter.AddExtensionWarningComments Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Sub AddExtensionWarningComments( _
   ByVal comments As CodeCommentStatementCollection, _
   ByVal extensions As ServiceDescriptionFormatExtensionCollection _
)
[C#]
public void AddExtensionWarningComments(
 CodeCommentStatementCollection comments,
 ServiceDescriptionFormatExtensionCollection extensions
);
[C++]
public: void AddExtensionWarningComments(
 CodeCommentStatementCollection* comments,
 ServiceDescriptionFormatExtensionCollection* extensions
);
[JScript]
public function AddExtensionWarningComments(
   comments : CodeCommentStatementCollection,
 extensions : ServiceDescriptionFormatExtensionCollection
);

See Also

ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace

Show: