Share via


IdentityPropertiesView.GetProperties-Methode (IdentityPropertyScope)

Eigenschaftensammlung.Dies kann hilfreich sein, wenn Consumer mit aktuellen Eigenschaften durchlaufen muss und zu ändernde/einige auf Grundlage Mustervergleichseigenschaftennamen entfernen Sie.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetProperties ( _
    propertyScope As IdentityPropertyScope _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetProperties(
    IdentityPropertyScope propertyScope
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityPropertiesView Klasse

GetProperties-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace