ObjectKeyFrameCollection.Item[Int32] Propiedad
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece la clase ObjectKeyFrameCollection en el índice especificado.
public:
property System::Windows::Media::Animation::ObjectKeyFrame ^ default[int] { System::Windows::Media::Animation::ObjectKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::ObjectKeyFrame ^ value); };
public System.Windows.Media.Animation.ObjectKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.ObjectKeyFrame with get, set
Default Public Property Item(index As Integer) As ObjectKeyFrame
- index
- Int32
Índice de base cero de ObjectKeyFrame que se va a obtener o establecer.
Objeto ObjectKeyFrame en el índice especificado.
El intento de modificar la colección no es válido porque está inmovilizada (su propiedad IsFrozen es true
).
Producto | Versiones |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |