ObjectKeyFrameCollection 클래스

정의

인덱스에서 개별적으로 액세스할 수 있는 ObjectKeyFrame 개체의 컬렉션을 나타냅니다. ObjectKeyFrameCollection은 ObjectAnimationUsingKeyFrames.KeyFrames 속성의 값입니다 .

public ref class ObjectKeyFrameCollection sealed : IIterable<ObjectKeyFrame ^>, IVector<ObjectKeyFrame ^>
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ObjectKeyFrameCollection final : IIterable<ObjectKeyFrame>, IVector<ObjectKeyFrame>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class ObjectKeyFrameCollection final : IIterable<ObjectKeyFrame>, IVector<ObjectKeyFrame>
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ObjectKeyFrameCollection : IEnumerable<ObjectKeyFrame>, IList<ObjectKeyFrame>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class ObjectKeyFrameCollection : IEnumerable<ObjectKeyFrame>, IList<ObjectKeyFrame>
Public NotInheritable Class ObjectKeyFrameCollection
Implements IEnumerable(Of ObjectKeyFrame), IList(Of ObjectKeyFrame)
상속
Object Platform::Object IInspectable ObjectKeyFrameCollection
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

C# 또는 Microsoft Visual Basic에서 컬렉션 열거

ObjectKeyFrameCollection은 열거 가능하므로 C#의 foreach 와 같은 언어별 구문을 사용하여 컬렉션의 항목을 열거할 수 있습니다. 컴파일러는 형식 캐스팅을 수행하며 명시적으로 로 캐스팅 IEnumerable<Object> 할 필요가 없습니다. 예를 들어 GetEnumerator를 호출하려는 경우 명시적으로 캐스팅해야 하는 경우 개체 제약 조건을 사용하여 IEnumerable<T>로 캐스팅합니다.

생성자

ObjectKeyFrameCollection()

ObjectKeyFrameCollection 클래스의 새 instance 초기화합니다.

속성

Size

컬렉션의 크기(개수)를 가져옵니다.

메서드

Append(ObjectKeyFrame)

컬렉션에 새 항목을 추가합니다.

Clear()

컬렉션에서 모든 항목을 제거합니다.

First()

컬렉션의 항목에 대한 반복기를 반환합니다.

GetAt(UInt32)

지정된 인덱스 에 있는 항목을 반환합니다.

GetMany(UInt32, ObjectKeyFrame[])

반복기를 통해 단일 패스에서 여러 요소를 검색합니다.

GetView()

컬렉션에 변경할 수 없는 보기를 가져옵니다.

IndexOf(ObjectKeyFrame, UInt32)

지정된 항목의 인덱스를 검색합니다.

InsertAt(UInt32, ObjectKeyFrame)

지정된 인덱스에 지정된 항목을 삽입합니다.

RemoveAt(UInt32)

지정된 인덱스에서 항목을 제거합니다.

RemoveAtEnd()

컬렉션의 마지막 항목을 제거합니다.

ReplaceAll(ObjectKeyFrame[])

처음에 컬렉션을 지운 다음 제공된 배열을 새 항목으로 삽입합니다.

SetAt(UInt32, ObjectKeyFrame)

지정된 인덱스 값을 지정한 ObjectKeyFrame 값으로 설정합니다.

적용 대상

추가 정보