Share via


ListItemDictionary Class

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Namespace:  Microsoft.Dynamics.Retail.Ecommerce.SP.Publishing.Connector
Assembly:  Microsoft.Dynamics.Retail.Ecommerce.SP.Publishing.Connector (in Microsoft.Dynamics.Retail.Ecommerce.SP.Publishing.Connector.dll)

Syntax

'Declaration
Public Class ListItemDictionary _
    Inherits Dictionary(Of ProductListingKey, SPListItem)
'Usage
Dim instance As ListItemDictionary
public class ListItemDictionary : Dictionary<ProductListingKey, SPListItem>
public ref class ListItemDictionary : public Dictionary<ProductListingKey^, SPListItem^>

Inheritance Hierarchy

System.Object
  System.Collections.Generic.Dictionary<ProductListingKey, SPListItem>
    Microsoft.Dynamics.Retail.Ecommerce.SP.Publishing.Connector.ListItemDictionary

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Retail.Ecommerce.SP.Publishing.Connector Namespace