Editatu

AssemblyAssociatedContentFileAttribute Class

Definition

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

Applies to