DataSource.GetDescription(Guid) Method
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.
Retrieves a description for a data source combined with a specified DDEX provider.
public:
abstract System::String ^ GetDescription(Guid provider);
public abstract string GetDescription (Guid provider);
abstract member GetDescription : Guid -> string
Public MustOverride Function GetDescription (provider As Guid) As String
Parameters
- provider
- Guid
A DDEX provider GUID.
Returns
Returns the string literal description.
Exceptions
The provider specified is not a registered DDEX provider.