CompositionColorGradientStopCollection 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 a collection of CompositionColorGradientStop objects that can be individually accessed by index.
public ref class CompositionColorGradientStopCollection sealed : IIterable<CompositionColorGradientStop ^>, IVector<CompositionColorGradientStop ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CompositionColorGradientStopCollection final : IIterable<CompositionColorGradientStop>, IVector<CompositionColorGradientStop>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CompositionColorGradientStopCollection final : IIterable<CompositionColorGradientStop>, IVector<CompositionColorGradientStop>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CompositionColorGradientStopCollection : IEnumerable<CompositionColorGradientStop>, IList<CompositionColorGradientStop>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CompositionColorGradientStopCollection : IEnumerable<CompositionColorGradientStop>, IList<CompositionColorGradientStop>
Public NotInheritable Class CompositionColorGradientStopCollection
Implements IEnumerable(Of CompositionColorGradientStop), IList(Of CompositionColorGradientStop)
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Properties
Size |
Gets the size (count) of the collection. |
Methods
Append(CompositionColorGradientStop) |
Adds a new item to the collection. |
Clear() |
Removes all items from the collection. |
First() |
Returns an iterator for the items in the collection. |
GetAt(UInt32) |
Returns the item located at the specified index. |
GetMany(UInt32, CompositionColorGradientStop[]) |
Retrieves multiple elements in a single pass through the iterator. |
GetView() |
Gets an immutable view into the collection. |
IndexOf(CompositionColorGradientStop, UInt32) |
Retrieves the index of the specified item. |
InsertAt(UInt32, CompositionColorGradientStop) |
Inserts the specified item at the specified index. |
RemoveAt(UInt32) |
Removes the item at the specified index. |
RemoveAtEnd() |
Removes the last item in the collection. |
ReplaceAll(CompositionColorGradientStop[]) |
Initially clears the collection, then inserts the provided array as new items. |
SetAt(UInt32, CompositionColorGradientStop) |
Sets the value at the specified index to the CompositionColorGradientStop value specified. |