FrameworkTemplate.Resources Property
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.
Gets or sets the collection of resources that can be used within the scope of this template.
public:
property System::Windows::ResourceDictionary ^ Resources { System::Windows::ResourceDictionary ^ get(); void set(System::Windows::ResourceDictionary ^ value); };
public System.Windows.ResourceDictionary Resources { get; set; }
[System.Windows.Markup.Ambient]
public System.Windows.ResourceDictionary Resources { get; set; }
member this.Resources : System.Windows.ResourceDictionary with get, set
[<System.Windows.Markup.Ambient>]
member this.Resources : System.Windows.ResourceDictionary with get, set
Public Property Resources As ResourceDictionary
The resources that can be used within the scope of this template.
- Attributes
<object>
<object.Resources>
oneOrMoreResourceElements
</object.Resources>
</object>
-or-
<object>
<object.Resources>
<ResourceDictionary Source="externalDictionarySource"/>
</object.Resources>
</object>
oneOrMoreResourceElements
One or more resource elements. To be referenced later in either StaticResource Markup Extension or DynamicResource Markup Extension syntax in XAML, a resource element MUST have an x:Key
attribute.
<ResourceDictionary Source="externalDictionarySource"/>
An external file that defines a ResourceDictionary.
Tuote | Versiot |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Tuotteen .NET palaute
.NET on avoin lähdekoodi projekti. Anna palautetta valitsemalla linkki: