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 Sub AddString ( _
drawerId As Guid, _
lookupKey As String, _
value As String _
)
[WebMethodAttribute]
public void AddString(
Guid drawerId,
string lookupKey,
string value
)
[WebMethodAttribute]
public:
void AddString(
Guid drawerId,
String^ lookupKey,
String^ value
)
[<WebMethodAttribute>]
member AddString :
drawerId:Guid *
lookupKey:string *
value:string -> unit
public function AddString(
drawerId : Guid,
lookupKey : String,
value : String
)
Parameters
- drawerId
Type: System.Guid
- lookupKey
Type: System.String
- value
Type: System.String
.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.