BaseIndexOf Method
See Also 
SourceCode.Configuration Namespace > FieldCategoryCollection Class : BaseIndexOf Method



element

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Function BaseIndexOf( _
   ByVal element As ConfigurationElement _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As FieldCategoryCollection
Dim element As ConfigurationElement
Dim value As Integer
 
value = instance.BaseIndexOf(element)
C#  
protected int BaseIndexOf( 
   ConfigurationElement element
)
C++/CLI  
protected:
int BaseIndexOf( 
   ConfigurationElement^ element
) 

Parameters

element

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also