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
'宣言
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
- index
Type: System.Int32
ToolboxItem index
- tabNameId
Type: System.String
target tab name id
.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
ModelingBindingSourceToolboxItem Class