Freigeben über


FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Item-Eigenschaft (Guid)

Gibt zurück oder legt das Element mit dem angegebenen Schlüssel

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

Syntax

'Declaration
Public Default Property Item ( _
    key As Guid _
) As ElementType
    Get
    Set
'Usage
Dim instance As FirstClassElementCollectionBase
Dim key As Guid
Dim value As ElementType

value = instance(key)

instance(key) = value
public ElementType this[
    Guid key
] { get; set; }

Parameter

Eigenschaftswert

Typ: ElementType
Das Element, dem angegebenen Schlüssel entspricht

Siehe auch

Referenz

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Klasse

FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Member

Item-Überladung

Microsoft.PerformancePoint.Scorecards-Namespace