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 a DDEX provider using the specified GUID.
Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Function GetDataProvider ( _
    provider As Guid _
) As DataProvider
public DataProvider GetDataProvider(
    Guid provider
)
public:
DataProvider^ GetDataProvider(
    Guid provider
)
member GetDataProvider : 
        provider:Guid -> DataProvider
public function GetDataProvider(
    provider : Guid
) : DataProvider
Parameters
- provider 
 Type: System.Guid- A DDEX provider GUID. 
Return Value
Type: Microsoft.VisualStudio.Data.DataProvider
Returns a DDEX provider object instance specified by a GUID.
.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.