IVsDataProviderDynamicSupport 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 the ability to alter the support of a data provider, its supported sources and specific operations at Visual Studio run time.
public interface class IVsDataProviderDynamicSupport
public interface IVsDataProviderDynamicSupport
type IVsDataProviderDynamicSupport = interface
Public Interface IVsDataProviderDynamicSupport
Properties
IsProviderSupported |
Gets a value indicating whether the provider is supported in the current environment. |
Methods
GetUnsupportedReason(Guid, CommandID, Object) |
Gets a localized string describing the reason an operation is not supported, for the specified DDEX data source. |
IsOperationSupported(Guid, CommandID, Object) |
Determines whether a specific operation is supported in the current environment, for the specified DDEX data source. |
IsSourceSupported(Guid) |
Gets a value indicating whether a particular DDEX data source is supported by this DDEX provider in the current environment. |