IdeaBlade DevForce 2010 Help Reference
GetKeyForItem Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > NamedElementCollection<T> Class : GetKeyForItem Method



item
For internal use only.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function GetKeyForItem( _
   ByVal item As T _
) As String
Visual Basic (Usage)Copy Code
Dim instance As NamedElementCollection(Of T)
Dim item As T
Dim value As String
 
value = instance.GetKeyForItem(item)
C# 
protected override string GetKeyForItem( 
   T item
)
C++/CLI 
protected:
String^ GetKeyForItem( 
   T^ item
) override 

Parameters

item

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.