다음을 통해 공유


DictionaryWrapper<TKey, TValue>.Item Property

Gets or sets an object at the specified index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Item ( _
    key As TKey _
) As TValue
    Get
    Set
'Usage
Dim instance As DictionaryWrapper
Dim key As TKey
Dim value As TValue

value = instance.Item(key)

instance.Item(key) = value
public TValue this[
    TKey key
] { get; set; }

Parameters

  • key
    Type: TKey

    The specified zero-based index.

Property Value

Type: TValue

See Also

Reference

DictionaryWrapper<TKey, TValue> Class

DictionaryWrapper<TKey, TValue> Members

Microsoft.PerformancePoint.Scorecards Namespace