다음을 통해 공유


ProvideToolboxItemsAttribute Constructor (Int32, Boolean)

Initializes a new instance of ProvideToolboxItemsAttribute for the specified version.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public Sub New ( _
    version As Integer, _
    needsCallbackAfterReset As Boolean _
)
‘사용 방법
Dim version As Integer
Dim needsCallbackAfterReset As Boolean

Dim instance As New ProvideToolboxItemsAttribute(version, _
    needsCallbackAfterReset)
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 Members

ProvideToolboxItemsAttribute Overload

Microsoft.VisualStudio.Shell Namespace