CacheItem(String, CacheItemKey) Construtor

Definição

Inicializa uma nova instância do struct CacheItem.

public:
 CacheItem(System::String ^ entryName, Microsoft::VisualStudio::RpcContracts::Caching::CacheItemKey key);
public CacheItem (string entryName, Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey key);
new Microsoft.VisualStudio.RpcContracts.Caching.CacheItem : string * Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey -> Microsoft.VisualStudio.RpcContracts.Caching.CacheItem
Public Sub New (entryName As String, key As CacheItemKey)

Parâmetros

entryName
String

Nome do item no contêiner.

key
CacheItemKey

Chave que foi fornecida pelo armazenamento durante o carregamento.

Aplica-se a