Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ComponentResourceKey Class

Defines or references resource keys based on class names in external assemblies, as well as an additional identifier.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/xaml/presentation
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ComponentResourceKeyConverter))> _
Public Class ComponentResourceKey _
    Inherits ResourceKey
Visual Basic (Usage)
Dim instance As ComponentResourceKey
C#
[TypeConverterAttribute(typeof(ComponentResourceKeyConverter))]
public class ComponentResourceKey : ResourceKey
Visual C++
[TypeConverterAttribute(typeof(ComponentResourceKeyConverter))]
public ref class ComponentResourceKey : public ResourceKey
JScript
public class ComponentResourceKey extends ResourceKey
XAML

For XAML information, see ComponentResourceKey Markup Extension.

This class implements an object type that is useful for creating keys that are based on types in assemblies plus an identifier. Because you define or reference the type, you do not need to request a specific ResourceDictionary, and more than one set of resources can exist in the assembly, each differentiated by the type of their ComponentResourceKey.

There are two ways to define a ComponentResourceKey.

If you want an easily accessible key, you can define a static property on your control class code that returns a ComponentResourceKey, constructed with a TypeInTargetAssembly that exists in the external resource assembly, and a ResourceId. The key can be used for defining alternate default styles for controls in an assembly, by swapping the original external resource assembly for a custom one. You can also define a named resource part within a larger control style or template to expose a customization entry point. This is particularly useful if you are defining a theme resource dictionary for your control.

You can also use the XAML ComponentResourceKey Markup Extension in verbose syntax directly to create a loose instance of the key. This is useful if you want to declare private resources from other assemblies that are less discoverable to customize.

System..::.Object
  System.Windows.Markup..::.MarkupExtension
    System.Windows..::.ResourceKey
      System.Windows..::.ComponentResourceKey
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker