SoapOutputFilterCollection.IndexOf Method (Type)

Returns the index of the first filter of the specified type in the collection.

Namespace: Microsoft.Web.Services2
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim filterType As Type
Dim returnValue As Integer
Dim soapOutputFilterCollection1 As SoapOutputFilterCollection
returnValue = soapOutputFilterCollection1.IndexOf(filterType)

Syntax

'Declaration
Overloads Public Function IndexOf( _
    ByVal filterType As Type _
) As Integer
public int IndexOf(
    Type filterType
);
public: Int32 IndexOf(
    Type^ filterType
);
public int IndexOf(
    Type filterType
);
public function IndexOf(
     filterType : Type
) : int;

Parameters

  • filterType
    The System.Type of the filter to search for.

Return Value

The index of the first filter of the specified type in the collection.

Exceptions

Exception type Condition
System.ArgumentNullException

filterTypeis null.

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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

SoapOutputFilterCollection Class
Microsoft.Web.Services2 Namespace

Other Resources

SoapOutputFilterCollection Members