CacheContainer.Items Property

Definition

Gets the dictionary of cache items in this container.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::RpcContracts::Caching::CacheItem> ^ Items { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::RpcContracts::Caching::CacheItem> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.VisualStudio.RpcContracts.Caching.CacheItem> Items { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Items : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.VisualStudio.RpcContracts.Caching.CacheItem>
Public ReadOnly Property Items As IReadOnlyDictionary(Of String, CacheItem)

Property Value

Attributes

Applies to