Share via


ContentSelectionContextCollection Class (BCL)

Represents a collection of ContentSelectionContext objects.

System.Object
**** Microsoft.CommerceServer.Runtime.Targeting.ContentSelectionContextCollection

Public Instance Constructor

Constructor Description
ContentSelectionContextCollection Constructor Creates a new instance of the ContentSelectionContextCollection class.

 

Public Instance Methods

Method Description
Add(String, ContentSelectionContext) Adds a ContentSelectionContext class to the collection.
CopyTo(Array, Int32) Copies the resources to an array, starting at a particular array index.
GetEnumerator Supports iteration over the collection.

 

Public Instance Properties

Property Description
Count Gets the number of elements contained in the collection.
IsSynchronized Gets a value indicating whether access to the collection is synchronized. This implementation always returns false.
Item(String) Indexer to allow for accessing a ContentSelectionContext object by name.
SyncRoot Gets an object that can be used to synchronize access to the collection. This implementation always returns a reference to the current object.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.