IVsDataSource Interface
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.
Represents a data source.
public interface class IVsDataSource
public interface IVsDataSource
type IVsDataSource = interface
Public Interface IVsDataSource
Properties
DefaultProvider |
Gets the default provider that supports the DDEX data source. |
Description |
Gets the basic description of the DDEX data source. |
DisplayName |
Gets the display name of the DDEX data source. |
Guid |
Gets the unique identifier of the DDEX data source. |
Name |
Gets the programmatic name of the DDEX data source. |
Methods
GetDescription(Guid) |
Gets a localized description of the selection of the DDEX data source combined with a specific supporting DDEX provider. |
GetProperty(Guid, String) |
Gets a property of the DDEX data source as registered by a specific supporting DDEX provider. |
GetProperty(String) |
Gets a property of the DDEX data source. |
GetProviders() |
Gets the DDEX providers that support this DDEX data source. |