SoapExtensionImporter::ImportMethod Method (CodeAttributeDeclarationCollection^)
.NET Framework (current version)
When overridden in a derived class, adds code attribute declarations to any method that represents an operation in a binding.
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
Available since 1.1
Show: