ActivityPreviewDesigner.PreviewedDesigner 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取活动设计器的预览部分中要预览的设计器。
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将返回 null 引用(Visual Basic 中的 Nothing)。