Freigeben über


PropertiesCollection.Item-Eigenschaft

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property Item ( _
    key As String _
) As Object
public Object this[
    string key
] { get; set; }

Parameter

Eigenschaftswert

Typ: System.Object

Implementiert

IDictionary<TKey, TValue>.Item

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertiesCollection Klasse

Microsoft.VisualStudio.Services.WebApi-Namespace