ToolboxItemContainer.IsTransient 속성

정의

ToolboxItem에 포함된 ToolboxItemContainer이 임시 항목인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsTransient { bool get(); };
public bool IsTransient { get; }
member this.IsTransient : bool
Public ReadOnly Property IsTransient As Boolean

속성 값

ToolboxItem에 포함된 ToolboxItemContainer이 임시로 표시되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상