ResourceKey Class
.NET Framework 3.0
Provides an abstract base class for various resource keys.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
System.Windows Namespace
Styling and Templating
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <MarkupExtensionReturnTypeAttribute(GetType(ResourceKey))> _ Public MustInherit Class ResourceKey Inherits MarkupExtension 'Usage Dim instance As ResourceKey
/** @attribute MarkupExtensionReturnTypeAttribute(System.Windows.ResourceKey) */ public abstract class ResourceKey extends MarkupExtension
MarkupExtensionReturnTypeAttribute(System.Windows.ResourceKey) public abstract class ResourceKey extends MarkupExtension
This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.
This class provides no functionality except to supply a common base class for simple key detection in resource components.
Resource keys are either strings or instances of a type. This class provides support for classes that base key values on other object values, where the objects passed in assure uniqueness of the generated resource keys.
System.Object
System.Windows.Markup.MarkupExtension
System.Windows.ResourceKey
System.Windows.ComponentResourceKey
System.Windows.TemplateKey
System.Windows.Markup.MarkupExtension
System.Windows.ResourceKey
System.Windows.ComponentResourceKey
System.Windows.TemplateKey
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ResourceKey MembersSystem.Windows Namespace
Other Resources
Resources OverviewStyling and Templating
Community Additions
ADD
Show: