XamlFilePathAttribute 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.
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. |