DeferredResourceDictionaryBase.OnGettingValue Method
This member overrides ResourceDictionary.OnGettingValue(Object, Object%, Boolean%).
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
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
)
protected:
virtual void OnGettingValue(
Object^ key,
Object^% value,
[OutAttribute] bool% canCache
) override
abstract OnGettingValue :
key:Object *
value:Object byref *
canCache:bool byref -> unit
override OnGettingValue :
key:Object *
value:Object byref *
canCache:bool byref -> unit
protected override function OnGettingValue(
key : Object,
value : Object,
canCache : boolean
)
Parameters
- key
Type: System.Object
- value
Type: System.Object%
- canCache
Type: System.Boolean%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.