Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetItemInfo ( _
drawerId As Guid, _
lookupKey As String _
) As StrongBoxItemInfo
[WebMethodAttribute]
public StrongBoxItemInfo GetItemInfo(
Guid drawerId,
string lookupKey
)
[WebMethodAttribute]
public:
StrongBoxItemInfo^ GetItemInfo(
Guid drawerId,
String^ lookupKey
)
[<WebMethodAttribute>]
member GetItemInfo :
drawerId:Guid *
lookupKey:string -> StrongBoxItemInfo
public function GetItemInfo(
drawerId : Guid,
lookupKey : String
) : StrongBoxItemInfo
Parameters
- drawerId
Type: System.Guid
- lookupKey
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StrongBoxItemInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.