DataSourceAttribute(String) Constructor
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.
Creates a new instance of DataSourceAttribute.
public:
DataSourceAttribute(System::String ^ dataSources);
public:
DataSourceAttribute(Platform::String ^ dataSources);
DataSourceAttribute(std::wstring const & dataSources);
public DataSourceAttribute (string dataSources);
new Microsoft.VisualStudio.Shell.TableControl.DataSourceAttribute : string -> Microsoft.VisualStudio.Shell.TableControl.DataSourceAttribute
Public Sub New (dataSources As String)
Parameters
- dataSources
- String
The DataSource identifier.