共用方式為


IVsDataProviderDynamicSupport 介面

定義

表示能夠在 Visual Studio 執行時間改變數據提供者的支援、其支援的來源和特定作業。

public interface class IVsDataProviderDynamicSupport
public interface IVsDataProviderDynamicSupport
type IVsDataProviderDynamicSupport = interface
Public Interface IVsDataProviderDynamicSupport

屬性

IsProviderSupported

取得值,指出目前環境中是否支援提供者。

方法

GetUnsupportedReason(Guid, CommandID, Object)

取得當地語系化字串,描述指定之 DDEX 資料源不支援作業的原因。

IsOperationSupported(Guid, CommandID, Object)

判斷目前環境中是否支援指定的 DDEX 數據源的特定作業。

IsSourceSupported(Guid)

取得值,指出目前環境中的這個 DDEX 提供者是否支援特定的 DDEX 數據源。

適用於