Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the DDEX provider for which this class creates objects.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property DataProvider As DataProvider
Get
protected DataProvider DataProvider { get; }
protected:
property DataProvider^ DataProvider {
DataProvider^ get ();
}
member DataProvider : DataProvider
function get DataProvider () : DataProvider
Property Value
Type: Microsoft.VisualStudio.Data.DataProvider
Returns a DDEX provider object instance.
.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.