AssemblyAssociatedContentFileAttribute(String) 构造函数

定义

初始化 AssemblyAssociatedContentFileAttribute 类的新实例。

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)

参数

relativeContentFilePath
String

关联内容的路径。

适用于