共用方式為


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 的預覽區段中選取任何的設計工具,就會傳回 null 參考 (在 Visual Basic 中為 Nothing)。

適用於