ProvideToolWindowAttribute.Transient 属性

获取或设置是否不应重新打开工具窗口时, IDE 重新启动时。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Property Transient As Boolean
public bool Transient { get; set; }

属性值

类型:System.Boolean
false ,如果工具 " 窗口中,将突出显示 IDE 重新启动,则显示时, IDE 关闭时,否则 true。

备注

默认值为 false,使工具窗口不可变 (如果关闭 IDE,当窗口显示时,窗口将显示,则下次 IDE 启动)。

.NET Framework 安全性

请参见

参考

ProvideToolWindowAttribute 类

Microsoft.VisualStudio.Shell 命名空间