IVsDataSource.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.
Gets a localized description of the selection of the DDEX data source combined with a specific supporting DDEX provider.
public:
System::String ^ GetDescription(Guid provider);
public string GetDescription (Guid provider);
abstract member GetDescription : Guid -> string
Public Function GetDescription (provider As Guid) As String
Parameters
- provider
- Guid
The identifier of a supporting DDEX provider.
Returns
A localized description of the selection of this DDEX data source combined with a specific supporting DDEX provider, or null if no description exists.