ActivityPreviewDesigner.PreviewedDesigner 属性

定义

获取要在活动设计器的预览部分中预览的设计器。

public:
 property System::Workflow::ComponentModel::Design::ActivityDesigner ^ PreviewedDesigner { System::Workflow::ComponentModel::Design::ActivityDesigner ^ get(); };
public System.Workflow.ComponentModel.Design.ActivityDesigner PreviewedDesigner { get; }
member this.PreviewedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner
Public ReadOnly Property PreviewedDesigner As ActivityDesigner

属性值

要在 ActivityDesigner 的预览部分中显示的 ActivityPreviewDesigner

注解

如果在 ActivityPreviewDesigner 的预览栏部分中没有选择任何设计器,则 PreviewedDesigner 返回空引用(在 Visual Basic 中为 Nothing)。

适用于