Compartir a través de


IdentityPropertiesView.GetProperties (Método) (IdentityPropertyScope)

Contenedor de propiedades.Esto puede ser útil, por ejemplo si el consumidor tiene que recorrer de propiedades actuales y modificar o quitar algunos basado en los nombres de las propiedades que coinciden con el modelo.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IdentityPropertiesView Clase

GetProperties (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)