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
'宣言
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
)
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.