ItemCollection<T>.TryGetValue Method
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Function TryGetValue ( _
name As String, _
<OutAttribute> ByRef item As T _
) As Boolean
public bool TryGetValue(
string name,
out T item
)
public:
bool TryGetValue(
String^ name,
[OutAttribute] T% item
)
member TryGetValue :
name:string *
item:'T byref -> bool
public function TryGetValue(
name : String,
item : T
) : boolean
Parameters
- name
Type: System.String
- item
Type: T%
Return Value
Type: System.Boolean
Returns 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.