ICollection.item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an item from a collection.
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
Parameters
- varItem
- Object
The item to retrieve.
Returns
- Attributes