IReadOnlyStoreObjectDictionary<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示以索引鍵為基礎的 StoreObjectIdentifier 查閱。
public interface IReadOnlyStoreObjectDictionary<out T> where T : class
type IReadOnlyStoreObjectDictionary<'T (requires 'T : null)> = interface
Public Interface IReadOnlyStoreObjectDictionary(Of Out T)
類型參數
- 衍生
方法
Find(StoreObjectIdentifier) |
取得與指定索引鍵關聯的值。 |
GetValues() |
取得集合,其中包含這個集合中的值。 |