SCCM Manager 3.0
GetIndexAndEntryForKey Methode


ActionPanel.PluginBase Namespace > ObservableDictionary<TKey,TValue> Klasse : GetIndexAndEntryForKey Methode
Syntax
'Deklaration
 
Protected Function GetIndexAndEntryForKey( _
   ByVal key As TKey, _
   ByRef entry As System.Collections.DictionaryEntry _
) As System.Integer
'Usage
 
Dim instance As ObservableDictionary(Of TKey,TValue)
Dim key As TKey
Dim entry As System.Collections.DictionaryEntry
Dim value As System.Integer
 
value = instance.GetIndexAndEntryForKey(key, entry)
protected System.int GetIndexAndEntryForKey( 
   TKey key,
   out System.Collections.DictionaryEntry entry
)

Parameter

key
entry
Anforderungen

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

Siehe auch

Referenz

ObservableDictionary<TKey,TValue> Klasse
ObservableDictionary<TKey,TValue> Member