Compartir a través de


ManagedObjectCollection<TItem>.Get Method

Definition

Overloads

Get(String)
Get<TTypeToGet>(String)

Get(String)

public:
 TItem Get(System::String ^ id);
public TItem Get (string id);
member this.Get : string -> 'Item
Public Function Get (id As String) As TItem

Parameters

id
String

Returns

TItem

Applies to

Get<TTypeToGet>(String)

public:
generic <typename TTypeToGet>
 where TTypeToGet : TItem TTypeToGet Get(System::String ^ id);
public TTypeToGet Get<TTypeToGet> (string id) where TTypeToGet : TItem;
member this.Get : string -> 'ypeToGet
Public Function Get(Of TTypeToGet As TItem) (id As String) As TTypeToGet

Type Parameters

TTypeToGet

Parameters

id
String

Returns

TTypeToGet

Applies to