ToolboxItem.IsTransient 屬性

定義

取得值,指出工具箱項目是否為暫時性 (Transient)。

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

適用於