Share via


SequentialWorkflowRootDesigner.Text 属性

定义

获取与设计器关联的说明。

public:
 virtual property System::String ^ Text { System::String ^ get(); };
public override string Text { get; }
member this.Text : string
Public Overrides ReadOnly Property Text As String

属性值

一个字符串,其中包含与设计器关联的说明。

注解

除非在继承类中重写,否则 Text 将返回 String.Empty

适用于