ModelingBindingSourceToolboxItem Constructor (Int32, String)

Creates a new toolbox item that can create ModelingBindingSource

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

Syntax

'Declaration
Public Sub New ( _
    index As Integer, _
    tabNameId As String _
)
public ModelingBindingSourceToolboxItem(
    int index,
    string tabNameId
)
public:
ModelingBindingSourceToolboxItem(
    int index, 
    String^ tabNameId
)
new : 
        index:int * 
        tabNameId:string -> ModelingBindingSourceToolboxItem
public function ModelingBindingSourceToolboxItem(
    index : int, 
    tabNameId : String
)

Parameters

.NET Framework Security

See Also

Reference

ModelingBindingSourceToolboxItem Class

ModelingBindingSourceToolboxItem Overload

Microsoft.VisualStudio.Modeling.Shell Namespace