IVsDataProvider.IsOperationSupported Method
Determines whether a specific operation is supported by the provider in the current environment.
Overload List
Name | Description | |
---|---|---|
IsOperationSupported(CommandID, Object) | Determines whether a specific operation is supported by the provider in the current environment. | |
IsOperationSupported(Guid, CommandID, Object) | Determines whether a specific operation is supported by the provider in the current environment, for the specified DDEX data source. |
Top