Metodo IdentityPropertiesView.GetPropertiesStartsWith (IdentityPropertyScope, String)
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Function GetPropertiesStartsWith ( _
propertyScope As IdentityPropertyScope, _
propertyNamespace As String _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetPropertiesStartsWith(
IdentityPropertyScope propertyScope,
string propertyNamespace
)
Parametri
- propertyScope
Tipo: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- propertyNamespace
Tipo: System.String
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.