ContentLinkProviderCollection 클래스

정의

인덱스에서 개별적으로 액세스할 수 있는 ContentLinkProvider 개체의 컬렉션을 나타냅니다.

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

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

설명

중요

이 API는 콘텐츠 링크를 지원합니다. 콘텐츠 링크를 사용하도록 설정하는 Windows 기능은 Windows 10 버전 1903 이후 버전에서 사용할 수 없습니다. XAML 텍스트 컨트롤에 대한 콘텐츠 링크는 버전 1903 이후의 Windows 버전에서 작동하지 않습니다.

생성자

ContentLinkProviderCollection()

ContentLinkProviderCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Size

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

메서드

Append(ContentLinkProvider)

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

Clear()

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

First()

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

GetAt(UInt32)

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

GetMany(UInt32, ContentLinkProvider[])

반복기를 통해 한 번의 패스로 여러 요소를 검색합니다.

GetView()

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

IndexOf(ContentLinkProvider, UInt32)

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

InsertAt(UInt32, ContentLinkProvider)

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

RemoveAt(UInt32)

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

RemoveAtEnd()

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

ReplaceAll(ContentLinkProvider[])

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

SetAt(UInt32, ContentLinkProvider)

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

적용 대상