DynamicResourceExtension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DynamicResourceExtension class.
Overloads
DynamicResourceExtension() |
Initializes a new instance of the DynamicResourceExtension class. |
DynamicResourceExtension(Object) |
Initializes a new instance of the DynamicResourceExtension class, with the provided initial key. |
DynamicResourceExtension()
Initializes a new instance of the DynamicResourceExtension class.
public:
DynamicResourceExtension();
public DynamicResourceExtension ();
Public Sub New ()
Applies to
DynamicResourceExtension(Object)
Initializes a new instance of the DynamicResourceExtension class, with the provided initial key.
public:
DynamicResourceExtension(System::Object ^ resourceKey);
public DynamicResourceExtension (object resourceKey);
new System.Windows.DynamicResourceExtension : obj -> System.Windows.DynamicResourceExtension
Public Sub New (resourceKey As Object)
Parameters
- resourceKey
- Object
The key of the resource that this markup extension references.
Remarks
This constructor is used by XAML processors when processing the attribute syntax for the DynamicResource Markup Extension.