ICollection.AddItem(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.
Adds an item to a collection.
public:
void AddItem(System::Object ^ pIDispatch);
public:
void AddItem(Platform::Object ^ pIDispatch);
void AddItem(winrt::Windows::Foundation::IInspectable const & pIDispatch);
[System.Runtime.InteropServices.DispId(1610743810)]
public void AddItem (object pIDispatch);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member AddItem : obj -> unit
Public Sub AddItem (pIDispatch As Object)
Parameters
- pIDispatch
- Object
The item to add to the collection.
- Attributes