←Select platform

IndexOf(string) Method

Summary

Determines the index of a specific Renderer name in the collection.

Syntax

C#
VB
C++
public int IndexOf( 
   string name 
) 
Public Overloads Function IndexOf( _ 
   ByVal name As String _ 
) As Integer 
public: 
int IndexOf(  
   String^ name 
)  

Parameters

name
The Renderer name to locate in the collection.

Return Value

The zero-based index of the found item; otherwise -1 if no item found.

Remarks

This method searches the underlying item collection to locate the item name specified.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly