WseExtensionImporter.IsWseReferenced Delegate
Determines whether the WSE assembly has been referenced by the project.
Namespace: Microsoft.Web.Services3.Description
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Function Function1(rootNamespace As String) As Boolean
End Function
Dim wseExtensionImporter_IsWseReferenced1 As New WseExtensionImporter.IsWseReferenced(AddressOf Function1)
Syntax
'Declaration
Public Delegate Function WseExtensionImporter.IsWseReferenced( _
ByVal rootNamespace As String _
) As Boolean
public delegate bool WseExtensionImporter.IsWseReferenced(
string rootNamespace
);
public delegate bool WseExtensionImporter::IsWseReferenced(
String^ rootNamespace
);
public delegate boolean WseExtensionImporter.IsWseReferenced(
System.String rootNamespace
);
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
Parameters
- rootNamespace
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server