Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the Microsoft.VisualStudio.Modeling.Design.ModelingBindingSource class with the specified data source and data member.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
dataSource As Object, _
dataMember As String _
)
public ModelingBindingSource(
Object dataSource,
string dataMember
)
public:
ModelingBindingSource(
Object^ dataSource,
String^ dataMember
)
new :
dataSource:Object *
dataMember:string -> ModelingBindingSource
public function ModelingBindingSource(
dataSource : Object,
dataMember : String
)
Parameters
dataSource
Type: ObjectThe data source object associated with ModelingBindingSource object.
dataMember
Type: StringThe specific column or list name within the data source object to bind to.
.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.