SoapExtensionImporter::ImportMethod Method (CodeAttributeDeclarationCollection^)

 
Use BaseTrue

When overridden in a derived class, adds code attribute declarations to any method that represents an operation in a binding.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
virtual void ImportMethod(
	CodeAttributeDeclarationCollection^ metadata
) abstract

Parameters

metadata
Type: System.CodeDom::CodeAttributeDeclarationCollection^

A CodeAttributeDeclarationCollection into which the ImportMethod method can place new CodeAttributeDeclaration instances.

The method to which the attribute declarations are applied is not used directly by the ImportMethod method. The attributes are added to all Web methods in a binding class.

.NET Framework
Available since 1.1
Return to top
Show: