IVsDataProviderDynamicSupport.IsSourceSupported(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 value indicating whether a particular DDEX data source is supported by this DDEX provider in the current environment.
public:
bool IsSourceSupported(Guid source);
public bool IsSourceSupported (Guid source);
abstract member IsSourceSupported : Guid -> bool
Public Function IsSourceSupported (source As Guid) As Boolean
Parameters
- source
- Guid
A DDEX data source identifier.
Returns
true if the DDEX data source is supported by this DDEX provider in the current environment; otherwise, false.