EndpointMetadataCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔드포인트와 연결된 임의 메타데이터의 컬렉션입니다.
public ref class EndpointMetadataCollection sealed : System::Collections::Generic::IEnumerable<System::Object ^>, System::Collections::Generic::IReadOnlyCollection<System::Object ^>, System::Collections::Generic::IReadOnlyList<System::Object ^>
public sealed class EndpointMetadataCollection : System.Collections.Generic.IEnumerable<object>, System.Collections.Generic.IReadOnlyCollection<object>, System.Collections.Generic.IReadOnlyList<object>
type EndpointMetadataCollection = class
interface IReadOnlyList<obj>
interface seq<obj>
interface IEnumerable
interface IReadOnlyCollection<obj>
type EndpointMetadataCollection = class
interface seq<obj>
interface IEnumerable
interface IReadOnlyCollection<obj>
interface IReadOnlyList<obj>
Public NotInheritable Class EndpointMetadataCollection
Implements IEnumerable(Of Object), IReadOnlyCollection(Of Object), IReadOnlyList(Of Object)
- 상속
-
EndpointMetadataCollection
- 구현
설명
EndpointMetadataCollection 인스턴스에는 임의 형식의 메타데이터 항목 목록이 포함되어 있습니다. 메타데이터 항목은 우선 순위의 오름차순으로 정렬된 항목이 있는 정렬된 컬렉션으로 저장됩니다.
생성자
EndpointMetadataCollection(IEnumerable<Object>) |
새 EndpointMetadataCollection를 만듭니다. |
EndpointMetadataCollection(Object[]) |
새 EndpointMetadataCollection를 만듭니다. |
필드
Empty |
속성
Count |
메타데이터 항목 수를 가져옵니다. |
Item[Int32] |
에서 항목을 가져옵니다 |
메서드
GetEnumerator() |
모든 메타데이터 항목의 를 IEnumerator 가져옵니다. |
GetMetadata<T>() |
형식 |
GetOrderedMetadata<T>() |
형식 |
GetRequiredMetadata<T>() |
형식 |
명시적 인터페이스 구현
IEnumerable.GetEnumerator() |
모든 메타데이터 항목의 를 IEnumerator 가져옵니다. |
IEnumerable<Object>.GetEnumerator() |
모든 메타데이터 항목의 를 IEnumerator<T> 가져옵니다. |