WorkflowDesignerLoader.FileName 屬性

定義

當在衍生類別中覆寫時,會取得設計者的檔案名稱來載入。

public:
 abstract property System::String ^ FileName { System::String ^ get(); };
public abstract string FileName { get; }
member this.FileName : string
Public MustOverride ReadOnly Property FileName As String

屬性值

一個包含設計者檔案名稱的字串,要載入。

適用於