AssemblyAssociatedContentFileAttribute 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.
This attribute is interpreted during the Extensible Application Markup Language (XAML) compilation process to associate loose content with a Windows Presentation Foundation (WPF) application.
public ref class AssemblyAssociatedContentFileAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class AssemblyAssociatedContentFileAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type AssemblyAssociatedContentFileAttribute = class
inherit Attribute
Public NotInheritable Class AssemblyAssociatedContentFileAttribute
Inherits Attribute
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| AssemblyAssociatedContentFileAttribute(String) |
Initializes a new instance of the AssemblyAssociatedContentFileAttribute class. |
Properties
| Name | Description |
|---|---|
| RelativeContentFilePath |
Gets the path to the associated content. |