XamlResourceIdAttribute Class
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.
Maps a XAML resource ID to its path and associated type.
public ref class XamlResourceIdAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class XamlResourceIdAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type XamlResourceIdAttribute = class
inherit Attribute
Public NotInheritable Class XamlResourceIdAttribute
Inherits Attribute
- Inheritance
-
XamlResourceIdAttribute
- Attributes
Remarks
For internal use by the XAML infrastructure.
Constructors
| Name | Description |
|---|---|
| XamlResourceIdAttribute(String, String, Type) |
Creates a new XamlResourceIdAttribute. |
Properties
| Name | Description |
|---|---|
| Path |
Gets or sets the project path to the XAML file. |
| ResourceId |
Gets or sets the embedded resource identifier. |
| Type |
Gets or sets the type associated with the XAML resource. |