IVsConfigureToolboxItem.ConfigureToolboxItem Method

Configures a toolbox item.

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

Syntax

'Declaration
Function ConfigureToolboxItem ( _
    item As Object _
) As Integer
int ConfigureToolboxItem(
    Object item
)
int ConfigureToolboxItem(
    [InAttribute] Object^ item
)
abstract ConfigureToolboxItem : 
        item:Object -> int 
function ConfigureToolboxItem(
    item : Object
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method is called when an item is added to the toolbox.

.NET Framework Security

See Also

Reference

IVsConfigureToolboxItem Interface

Microsoft.VisualStudio.Shell.Interop Namespace