ToolboxItem.IsTransient 属性

定义

获取一个值,该值指示工具箱项是否为临时工具箱项。

public:
 property bool IsTransient { bool get(); void set(bool value); };
public bool IsTransient { get; set; }
member this.IsTransient : bool with get, set
Public Property IsTransient As Boolean

属性值

当关闭提供工具箱的应用程序时,如果此工具箱项不应存储在任何工具箱数据库中,则为 true;否则为 false

注解

属性 IsTransient 默认为 false

适用于