Share via


ProvideToolboxItemsAttribute Constructor (Int32, Boolean)

Initializes a new instance of ProvideToolboxItemsAttribute for the specified version.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    version As Integer, _
    needsCallbackAfterReset As Boolean _
)
public ProvideToolboxItemsAttribute(
    int version,
    bool needsCallbackAfterReset
)
public:
ProvideToolboxItemsAttribute(
    int version, 
    bool needsCallbackAfterReset
)
new : 
        version:int * 
        needsCallbackAfterReset:bool -> ProvideToolboxItemsAttribute
public function ProvideToolboxItemsAttribute(
    version : int, 
    needsCallbackAfterReset : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ProvideToolboxItemsAttribute Class

ProvideToolboxItemsAttribute Overload

Microsoft.VisualStudio.Shell Namespace