IVsDefaultToolboxTabState Interface

Determines the default state, expanded or unexpanded, of a tab in the Toolbox. An optional interface for implementers of IVsToolboxUser.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
<GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDefaultToolboxTabState
‘사용 방법
Dim instance As IVsDefaultToolboxTabState
[GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")]
[InterfaceTypeAttribute()]
public interface IVsDefaultToolboxTabState
[GuidAttribute(L"1749A33B-2099-4A22-B32A-E96ADD887142")]
[InterfaceTypeAttribute()]
public interface class IVsDefaultToolboxTabState
[<GuidAttribute("1749A33B-2099-4A22-B32A-E96ADD887142")>]
[<InterfaceTypeAttribute()>]
type IVsDefaultToolboxTabState =  interface end
public interface IVsDefaultToolboxTabState

Remarks

The environment uses the default state when there is a toolbox reset or the very first time it instantiates a designer. At any other time, the environment preserves user changes by restoring the toolbox to its previous state.

See Also

Reference

IVsDefaultToolboxTabState Members

Microsoft.VisualStudio.Shell.Interop Namespace