This property should only be used by advanced users. It returns a copy of the ItemIdList of the current object. Important: The returned ItemIdList has to be freed using CoTaskMemFree when it is not needed any more.
| C# | Visual Basic | Visual C++ |
public ItemIdList ItemIdList { get; set; }
Public Property ItemIdList As ItemIdList
public: property ItemIdList^ ItemIdList { ItemIdList^ get (); void set (ItemIdList^ value); }