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

属性值

一个字符串,其中包含要加载的设计器的文件名。

适用于