Vector3DKeyFrameCollection 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Vector3DKeyFrame 对象集合。
public ref class Vector3DKeyFrameCollection : System::Windows::Freezable, System::Collections::IList
public class Vector3DKeyFrameCollection : System.Windows.Freezable, System.Collections.IList
type Vector3DKeyFrameCollection = class
inherit Freezable
interface IList
interface ICollection
interface IEnumerable
type Vector3DKeyFrameCollection = class
inherit Freezable
interface ICollection
interface IEnumerable
interface IList
Public Class Vector3DKeyFrameCollection
Inherits Freezable
Implements IList
- 继承
- 实现
此集合用作 的一部分, Vector3DAnimationUsingKeyFrames 用于沿一组关键帧对属性值进行 Vector3D 动画处理。
Can |
获取一个值,该值指示是否可将对象变为不可修改。 (继承自 Freezable) |
Count |
获取包含在 Vector3DKeyFrameCollection 中的关键帧的数目。 |
Dependency |
获取 DependencyObjectType 包装此实例的 CLR 类型的 。 (继承自 DependencyObject) |
Dispatcher |
获取与此 Dispatcher 关联的 DispatcherObject。 (继承自 DispatcherObject) |
Empty | |
Is |
获取一个值,该值指示集合是否被冻结。 |
Is |
获取一个值,该值指示对象当前是否可修改。 (继承自 Freezable) |
Is |
获取指示集合是否为只读的值。 |
Is |
获取一个值,该值指示此实例当前是否为密封的(只读)。 (继承自 DependencyObject) |
Is |
获取一个值,该值指示对集合的访问是否同步(线程安全)。 |
Item[Int32] |
获取或设置指定索引位置处的 Vector3DKeyFrame。 |
Sync |
获取可用于同步对集合的访问的对象。 |
ICollection. |
从特定的 ICollection 索引开始,将 Array 的元素复制到一个 Array 中。 |
IList. |
将某项添加到 IList 中。 |
IList. |
确定 IList 是否包含特定值。 |
IList. |
确定 IList 中特定项的索引。 |
IList. |
在 IList 中的指定索引处插入一个项。 |
IList. |
获取或设置指定索引处的元素。 |
IList. |
从 IList 中移除特定对象的第一个匹配项。 |
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
Of |
根据指定类型筛选 IEnumerable 的元素。 |
As |
启用查询的并行化。 |
As |
将 IEnumerable 转换为 IQueryable。 |
产品 | 版本 |
---|---|
.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, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |