Metodo DeferredResourceDictionaryBase.OnGettingValue

Questo membro esegue l'override di ResourceDictionary.OnGettingValue(Object, Object%, Boolean%).

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Protected Overrides Sub OnGettingValue ( _
    key As Object, _
    ByRef value As Object, _
    <OutAttribute> ByRef canCache As Boolean _
)
protected override void OnGettingValue(
    Object key,
    ref Object value,
    out bool canCache
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeferredResourceDictionaryBase Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI