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
)。