Metodo StrongBoxWebService.GetItemInfo
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<WebMethodAttribute> _
Public Function GetItemInfo ( _
drawerId As Guid, _
lookupKey As String _
) As StrongBoxItemInfo
[WebMethodAttribute]
public StrongBoxItemInfo GetItemInfo(
Guid drawerId,
string lookupKey
)
Parametri
- drawerId
Tipo: System.Guid
- lookupKey
Tipo: System.String
Valore restituito
Tipo: Microsoft.TeamFoundation.Framework.Server.Alm.StrongBoxItemInfo
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.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices