CacheEntryUpdateArguments.Source 屬性

定義

會取得一個 ObjectCache 包含快取條目即將被移除的實例的參考。

public:
 property System::Runtime::Caching::ObjectCache ^ Source { System::Runtime::Caching::ObjectCache ^ get(); };
public System.Runtime.Caching.ObjectCache Source { get; }
member this.Source : System.Runtime.Caching.ObjectCache
Public ReadOnly Property Source As ObjectCache

屬性值

這是對快取實例的參考。

適用於