Share via


IXRAttachedObjectCollection (Compact 2013)

3/28/2014

Defines a collection of attached objects.

Syntax

class IXRAttachedObjectCollection : public IXRAttachedObject

Public Data Members

None

Protected Data Members

None

Member Functions

Member Function

Description

IXRAttachedObjectCollection.Add(IXRAttachedObject *,int *)

Method called to add an object to this collection

IXRAttachedObjectCollection.Clear

Method called to clear all objects from this collection

IXRAttachedObjectCollection.Contains(IXRAttachedObject *,bool *)

Method called to determine if an object is contained by the collection

IXRAttachedObjectCollection.GetCount(int *)

Method called to get the number of objects in this collection

IXRAttachedObjectCollection.GetItem(int,IXRAttachedObject * *)

Method called to retrieve an object from this collection

IXRAttachedObjectCollection.IndexOf(IXRAttachedObject *,int *)

Method called to find the index of an object from this collection

IXRAttachedObjectCollection.Insert(int,IXRAttachedObject *)

Method called to insert an object to this collection

IXRAttachedObjectCollection.Remove(IXRAttachedObject *)

Method called to remove an object from this collection

IXRAttachedObjectCollection.RemoveAt(int)

Method called to remove an object from this collection

Overridable Member Functions

Implemented Methods

See Also

Reference

Classes for Interactivity