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.
Adds an ObjectBinder to the list
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub AddBinder(Of T) ( _
binder As ObjectBinder(Of T) _
)
public void AddBinder<T>(
ObjectBinder<T> binder
)
public:
generic<typename T>
void AddBinder(
ObjectBinder<T>^ binder
)
member AddBinder :
binder:ObjectBinder<'T> -> unit
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- binder
Type: Microsoft.TeamFoundation.Framework.Server.ObjectBinder<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.