Compartir a través de


TeamFoundationIdentity.GetProperties (Método)

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 nombres de propiedad coincidentes de.

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

Sintaxis

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

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationIdentity Clase

GetProperties (Sobrecarga)

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