4.121 ComponentResourceKey
x:Object > x:MarkupExtension > ResourceKey > ComponentResourceKey | |
ComponentResourceKey | |
(usage) |
{ComponentResourceKey } | <ComponentResourceKey /> |
(description) |
Defines or references resource keys based on type names in external assemblies, as well as an additional identifier. |
(used by) |
CalendarItem DataGrid DataGridColumnHeader DataGridComboBoxColumn |
[return value type] |
ResourceKey |
[constructors] |
|
(2 parameters) |
|
typeInTargetAssembly |
x:XamlType |
(description) |
The type that defines the resource key. |
resourceId |
x:Object |
(description) |
A unique identifier to differentiate this ComponentResourceKey from others associated with the type. |
(properties) |
|
ResourceId |
x:Object |
(description) |
A unique identifier to differentiate this key from others associated with this type. |
TypeInTargetAssembly |
x:XamlType |
(description) |
The Type that defines the resource key. |