Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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