DeferredResourceDictionaryBase.OnGettingValue 方法

此成员重写 ResourceDictionary.OnGettingValue(Object, Object%, Boolean%)

命名空间:  Microsoft.Internal.VisualStudio.PlatformUI
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

DeferredResourceDictionaryBase 类

Microsoft.Internal.VisualStudio.PlatformUI 命名空间