ModelingBindingSourceToolboxItem Constructor (Int32, String)
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Creates a new toolbox item that can create ModelingBindingSource
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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
index
Type: Int32ToolboxItem index
tabNameId
Type: Stringtarget tab name id
See Also
Reference
ModelingBindingSourceToolboxItem Class