ObjectBinder<T>.Bind Method
Abstract Bind method to be implemented by the derived class.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function Bind As T
protected abstract T Bind()
protected:
virtual T Bind() abstract
abstract Bind : unit -> 'T
protected abstract function Bind() : T
Return Value
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.