ChartObjectCollectionItem<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for an item in a ChartObjectCollectionBase<T,U>.
generic <typename T>
where T : BaseInstancepublic ref class ChartObjectCollectionItem abstract
public abstract class ChartObjectCollectionItem<T> where T : BaseInstance
type ChartObjectCollectionItem<'T (requires 'T :> BaseInstance)> = class
Public MustInherit Class ChartObjectCollectionItem(Of T)
Type Parameters
- T
The type of the item in the collection.
- Inheritance
-
ChartObjectCollectionItem<T>
- Derived
Constructors
ChartObjectCollectionItem<T>() |
Initializes a new instance of the ChartObjectCollectionItem<T> class. |
Fields
m_instance |
The instance of the base class. |