ResultCollection.GetCurrent<T> Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
Public Function GetCurrent(Of T) As ObjectBinder(Of T)
public ObjectBinder<T> GetCurrent<T>()
public:
generic<typename T>
ObjectBinder<T>^ GetCurrent()
member GetCurrent : unit -> ObjectBinder<'T>
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
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.