ItemCollection::GetItem<T> Method (String^)
.NET Framework (current version)
Returns a strongly typed GlobalItem object by using the specified identity.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- identity
-
Type:
System::String^
The identity of the item.
Return Value
Type: TThe item that is specified by the identity.
Type Parameters
- T
The type returned by the method.
.NET Framework
Available since 3.5
Available since 3.5
Show: