[]
Represents a collection of RenderingExtensionInfo.
public class RenderingExtensionInfoCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
RenderingExtensionInfoCollection() | Creates an instance of RenderingExtensionInfoCollection. |
Name | Description |
---|---|
this[int] | Gets or sets the RenderingExtensionInfo at the specified index. |
Name | Description |
---|---|
Add(RenderingExtensionInfo) | Adds RenderingExtensionInfo to the end of the RenderingExtensionsCollection. |
Contains(RenderingExtensionInfo) | Determines whether the RenderingExtensionsCollection contains a specific RenderingExtensionInfo. |
CopyTo(RenderingExtensionInfo[], int) | Copies the entire RenderingExtensionsCollection to a compatible one-dimensional Array, starting at the specified index of the target array. |
IndexOf(RenderingExtensionInfo) | Searches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection. |
Insert(int, RenderingExtensionInfo) | Inserts a RenderingExtensionInfo into the RenderingExtensionsCollection at the specified index. |
Remove(RenderingExtensionInfo) | Removes the first occurrence of a specific RenderingExtensionInfo from the RenderingExtensionsCollection. |
Name | Description |
---|---|
ContentChanged | Occurs when the content has changed. |