DdaBindings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DdaBindings(AdapterAppInitString, XmlElement) |
Initializes a new instance of the DdaBindings class. |
DdaBindings(AdapterAppInitString, String, String) |
Initializes a new instance of the DdaBindings class. |
DdaBindings(AdapterAppInitString, XmlElement)
Initializes a new instance of the DdaBindings class.
public:
DdaBindings(Microsoft::Uii::Common::AdapterAppInitString ^ initString, System::Xml::XmlElement ^ adapterBindings);
public DdaBindings (Microsoft.Uii.Common.AdapterAppInitString initString, System.Xml.XmlElement adapterBindings);
new Microsoft.Uii.Common.DdaBindings : Microsoft.Uii.Common.AdapterAppInitString * System.Xml.XmlElement -> Microsoft.Uii.Common.DdaBindings
Public Sub New (initString As AdapterAppInitString, adapterBindings As XmlElement)
Parameters
- initString
- AdapterAppInitString
Specifies the initialization string.
- adapterBindings
- XmlElement
Specifies the adapter bindings (DataDrivenAdapterBindings node).
Applies to
DdaBindings(AdapterAppInitString, String, String)
Initializes a new instance of the DdaBindings class.
public:
DdaBindings(Microsoft::Uii::Common::AdapterAppInitString ^ initString, System::String ^ prefix, System::String ^ type);
public DdaBindings (Microsoft.Uii.Common.AdapterAppInitString initString, string prefix, string type);
new Microsoft.Uii.Common.DdaBindings : Microsoft.Uii.Common.AdapterAppInitString * string * string -> Microsoft.Uii.Common.DdaBindings
Public Sub New (initString As AdapterAppInitString, prefix As String, type As String)
Parameters
- initString
- AdapterAppInitString
Specifies the initialization string.
- prefix
- String
Specifeis the prefix.
- type
- String
Specifies the type.