Edit

BehaviorServiceAdornerCollection Class

Definition

Stores Adorner objects in a strongly typed collection.

public ref class BehaviorServiceAdornerCollection sealed : System::Collections::CollectionBase
public sealed class BehaviorServiceAdornerCollection : System.Collections.CollectionBase
type BehaviorServiceAdornerCollection = class
    inherit CollectionBase
Public NotInheritable Class BehaviorServiceAdornerCollection
Inherits CollectionBase
Inheritance
BehaviorServiceAdornerCollection

Constructors

Name Description
BehaviorServiceAdornerCollection(Adorner[])

Initializes a new instance of the BehaviorServiceAdornerCollection class with the given array.

BehaviorServiceAdornerCollection(BehaviorService)

Initializes a new instance of the BehaviorServiceAdornerCollection class with the given BehaviorService reference.

BehaviorServiceAdornerCollection(BehaviorServiceAdornerCollection)

Initializes a new instance of the BehaviorServiceAdornerCollection class from an existing BehaviorServiceAdornerCollection.

Properties

Name Description
Item[Int32]

Gets or sets the element at the specified index.

Methods

Name Description
Add(Adorner)

Adds an Adorner with the specified value to the BehaviorServiceAdornerCollection.

AddRange(Adorner[])

Copies the elements of an array to the end of the BehaviorServiceAdornerCollection.

AddRange(BehaviorServiceAdornerCollection)

Adds the contents of another BehaviorServiceAdornerCollection to the end of the collection.

Contains(Adorner)

Gets a value indicating whether the BehaviorServiceAdornerCollection contains the specified Adorner.

CopyTo(Adorner[], Int32)

Copies the BehaviorServiceAdornerCollection values to a one-dimensional Array at the specified index.

GetEnumerator()

Returns an enumerator that can iterate through the BehaviorServiceAdornerCollection instance.

IndexOf(Adorner)

Returns the index of an Adorner in the BehaviorServiceAdornerCollection.

Insert(Int32, Adorner)

Inserts an Adorner into the BehaviorServiceAdornerCollection at the specified index.

Remove(Adorner)

Removes a specific Adorner from the BehaviorServiceAdornerCollection.

Applies to

See also