共用方式為


XamlLoadErrorInfo.FileName 屬性

定義

取得或設定發生載入錯誤的 XAML 檔案名稱。

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

屬性值

發生載入錯誤之 XAML 檔案的名稱。

適用於