Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Function ConfigureToolboxItem ( _
item As Object _
) As Integer
'Utilizzo
Dim instance As IVsConfigureToolboxItem
Dim item As Object
Dim returnValue As Integer
returnValue = instance.ConfigureToolboxItem(item)
int ConfigureToolboxItem(
Object item
)
int ConfigureToolboxItem(
[InAttribute] Object^ item
)
abstract ConfigureToolboxItem :
item:Object -> int
function ConfigureToolboxItem(
item : Object
) : int
Parameters
- item
Type: System.Object
[in] [System.Drawing.Design.ToolboxItem] object for the item to configure.
Return Value
Type: System.Int32
Returns S_OK if the item was configured.
Remarks
This method is called when an item is added to the toolbox.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsConfigureToolboxItem Interface