SoapExtensionImporter.ImportMethod(CodeAttributeDeclarationCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, adds code attribute declarations to any method that represents an operation in a binding.
public:
abstract void ImportMethod(System::CodeDom::CodeAttributeDeclarationCollection ^ metadata);
public abstract void ImportMethod (System.CodeDom.CodeAttributeDeclarationCollection metadata);
abstract member ImportMethod : System.CodeDom.CodeAttributeDeclarationCollection -> unit
Public MustOverride Sub ImportMethod (metadata As CodeAttributeDeclarationCollection)
Parameters
- metadata
- CodeAttributeDeclarationCollection
A CodeAttributeDeclarationCollection into which the ImportMethod(CodeAttributeDeclarationCollection) method can place new CodeAttributeDeclaration instances.
Remarks
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.