WseExtensionImporter.IsWseReferencedInActiveProject Delegate

Determines whether the WSE assembly has been referenced by the project that is currently active.

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

Usage

'Usage
Function Function1() As Boolean
End Function
Dim wseExtensionImporter_IsWseReferencedInActiveProject1 As New WseExtensionImporter.IsWseReferencedInActiveProject(AddressOf Function1)

Syntax

'Declaration
Public Delegate Function WseExtensionImporter.IsWseReferencedInActiveProject() As Boolean
public delegate bool WseExtensionImporter.IsWseReferencedInActiveProject();
public delegate bool WseExtensionImporter::IsWseReferencedInActiveProject();
public delegate boolean WseExtensionImporter.IsWseReferencedInActiveProject();
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

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

Microsoft.Web.Services3.Description Namespace