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

  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
FrameworkElement..::.SetResourceReference Method

Searches for a resource with the specified name and sets up a resource reference to it for the specified property.

Namespace:  System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)
Visual Basic (Declaration)
Public Sub SetResourceReference ( _
    dp As DependencyProperty, _
    name As Object _
)
Visual Basic (Usage)
Dim instance As FrameworkElement
Dim dp As DependencyProperty
Dim name As Object

instance.SetResourceReference(dp, name)
C#
public void SetResourceReference(
    DependencyProperty dp,
    Object name
)
Visual C++
public:
void SetResourceReference(
    DependencyProperty^ dp, 
    Object^ name
)
JScript
public function SetResourceReference(
    dp : DependencyProperty, 
    name : Object
)
XAML
You cannot use methods in XAML.

Parameters

dp
Type: System.Windows..::.DependencyProperty
The property to which the resource is bound.
name
Type: System..::.Object
The name of the resource.

A resource reference is similar to the use of a DynamicResource Markup Extension in markup. The resource reference creates an internal expression that supplies the value of the specified property on a run-time deferred basis. The expression will be re-evaluated whenever the resource dictionary indicates a changed value through internal events, or whenever the current element is reparented (a parent change would change the dictionary lookup path).

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