CachedResourceDictionaryExtension Class

Definition

Provides a cached dictionary that associates resource dictionaries with their URIs.

public ref class CachedResourceDictionaryExtension : System::Windows::Markup::MarkupExtension
[System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Windows.ResourceDictionary))]
public class CachedResourceDictionaryExtension : System.Windows.Markup.MarkupExtension
[<System.Windows.Markup.MarkupExtensionReturnType(typeof(System.Windows.ResourceDictionary))>]
type CachedResourceDictionaryExtension = class
    inherit MarkupExtension
Public Class CachedResourceDictionaryExtension
Inherits MarkupExtension
Inheritance
CachedResourceDictionaryExtension
Attributes

Remarks

Implements the MarkupExtension class that provides XAML markup extensions. Markup extensions return objects based on string attribute values or markup elements in XAML. The ProvideValue method of each extension can use an IServiceProvider object at run time that can provide context.

Constructors

CachedResourceDictionaryExtension()

Creates an instance of the CachedResourceDictionaryExtension class.

Properties

Source

Gets or sets the URI associated with this cached resource dictionary extension.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ProvideValue(IServiceProvider)

Returns an object that is set as the value of the target property for this markup extension.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to