XamlFilePathAttribute Class

Definition

Specifies the file path of the XAML file associated with a type.

public ref class XamlFilePathAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class XamlFilePathAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type XamlFilePathAttribute = class
    inherit Attribute
Public NotInheritable Class XamlFilePathAttribute
Inherits Attribute
Inheritance
XamlFilePathAttribute
Attributes

Constructors

Name Description
XamlFilePathAttribute(String)

Initializes a new instance of the XamlFilePathAttribute with the file path of the caller.

Properties

Name Description
FilePath

Gets the file path of the XAML file.

Applies to