次の方法で共有


IVsDataProviderDynamicSupport.IsSourceSupported(Guid) Method

Definition

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.

Applies to