ReadOnlyMetadataCollection<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 MetadataCollection 周圍唯讀包裝函式的類別
public class ReadOnlyMetadataCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T> where T : MetadataItem
type ReadOnlyMetadataCollection<'T (requires 'T :> MetadataItem)> = class
inherit ReadOnlyCollection<'T (requires 'T :> MetadataItem)>
Public Class ReadOnlyMetadataCollection(Of T)
Inherits ReadOnlyCollection(Of T)
類型參數
- T
此集合中的專案類型
- 繼承
-
ReadOnlyMetadataCollection<T>
- 衍生
屬性
IsReadOnly |
取得表示這個集合是否為唯讀的值。 |
Item[String] |
使用指定的識別從這個集合取得項目。 |
方法
Contains(String) |
判斷集合是否包含具有指定識別的項目。 |
GetEnumerator() |
傳回可逐一查看這個集合的列舉值。 |
GetValue(String, Boolean) |
使用指定的識別從這個集合擷取項目。 |
IndexOf(T) |
傳回集合中指定值的索引。 |
TryGetValue(String, Boolean, T) |
使用指定的識別從這個集合擷取項目。 |