Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub AddParameter(Of T) ( _
parameterName As String, _
parameterValue As T _
)
protected void AddParameter<T>(
string parameterName,
T parameterValue
)
protected:
generic<typename T>
void AddParameter(
String^ parameterName,
T parameterValue
)
member AddParameter :
parameterName:string *
parameterValue:'T -> unit
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- parameterName
Type: System.String
- parameterValue
Type: T
.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.