XamlResourceIdAttribute Class

Definition

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.

Applies to