WseExtensionImporter.ImportMethod Method

Retrieves metadata to generate a WSE-enabled proxy class.

Namespace: Microsoft.Web.Services3.Description
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim metadata As CodeAttributeDeclarationCollection
Dim wseExtensionImporter1 As WseExtensionImporter
wseExtensionImporter1.ImportMethod(metadata)

Syntax

'Declaration
Public Overrides Sub ImportMethod( _
    ByVal metadata As CodeAttributeDeclarationCollection _
)
public override void ImportMethod(
    CodeAttributeDeclarationCollection metadata
);
public:
virtual void ImportMethod(
    CodeAttributeDeclarationCollection^ metadata
) override;
public override void ImportMethod(
    CodeAttributeDeclarationCollection metadata
);
public override function ImportMethod(
     metadata : CodeAttributeDeclarationCollection
) : Void;

Parameters

  • metadata
    The metadata for generating the WSE- enabled proxy class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

WseExtensionImporter Class
WseExtensionImporter Members
Microsoft.Web.Services3.Description Namespace