重新托管的Designer只读 [英] Rehosted Designer readonly

查看:67
本文介绍了重新托管的Designer只读的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在另一个线程中,我读到可以将整个设计器设置为只读模式-这怎么可能?

In another thread i read that it is possible to set the whole designer in readonly mode - how is this possible?

 

也许我很愚蠢,但是我只发现了一篇帖子,他们说可以这样做,但怎么做^^.

Maybe I'm to stupid to search, but I only found a post where they said that it is possible to do that but not how^^.

推荐答案

 

 

this.wd = new WorkflowDesigner();
this.wd.Context.Items.GetValue<ReadOnlyState>().IsReadOnly = true;

 

 

 

 

 

谢谢

罗马

Roman


这篇关于重新托管的Designer只读的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆