ServicingContext.TryGetItem<T> Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Function TryGetItem(Of T) ( _
itemName As String, _
<OutAttribute> ByRef item As T _
) As Boolean
public bool TryGetItem<T>(
string itemName,
out T item
)
public:
generic<typename T>
bool TryGetItem(
String^ itemName,
[OutAttribute] T% item
)
member TryGetItem :
itemName:string *
item:'T byref -> bool
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- itemName
Type: System.String
- item
Type: T%
Return Value
Type: System.Boolean
.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.