ICollection.item(Object) Yöntem

Tanım

Koleksiyondan bir öğe alır.

public:
 System::Object ^ item(System::Object ^ varItem);
public:
 Platform::Object ^ item(Platform::Object ^ varItem);
winrt::Windows::Foundation::IInspectable item(winrt::Windows::Foundation::IInspectable const & varItem);
[System.Runtime.InteropServices.DispId(0)]
public object item (object varItem);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member item : obj -> obj
Public Function item (varItem As Object) As Object

Parametreler

varItem
Object

Alınacak öğe.

Döndürülenler

Object
Öznitelikler

Şunlara uygulanır