AssemblyAssociatedContentFileAttribute(String) Constructor

Definition

Initializes a new instance of the AssemblyAssociatedContentFileAttribute class.

public:
 AssemblyAssociatedContentFileAttribute(System::String ^ relativeContentFilePath);
public AssemblyAssociatedContentFileAttribute (string relativeContentFilePath);
new System.Windows.Resources.AssemblyAssociatedContentFileAttribute : string -> System.Windows.Resources.AssemblyAssociatedContentFileAttribute
Public Sub New (relativeContentFilePath As String)

Parameters

relativeContentFilePath
String

The path to the associated content.

Applies to