IVsDataSource.GetDescription(Guid) Method

Definition

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.

Applies to