IVsDataProvider Members

Include Protected Members
Include Inherited Members

Provides a DDEX provider.

The IVsDataProvider type exposes the following members.

Methods

  Name Description
Public method CreateObject Overloaded. Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider.
Public method DeriveSource Derives a DDEX data source that is supported by the DDEX provider, given information about a target data source.
Public method GetAssembly Overloaded. Resolves a provider-specific assembly string to its corresponding Assembly representation.
Public method GetMainAssembly Gets the provider’s main assembly.
Public method GetProperty Gets a registered property of the DDEX provider.
Public method GetString Gets a localized string from the DDEX provider.
Public method GetType Overloaded. Resolves a provider-specific type name to its corresponding Type representation.
Public method GetUnsupportedReason Overloaded. Gets a localized string that explains why an operation is not supported.
Public method IsOperationSupported Overloaded. Determines whether a specific operation is supported by the provider in the current environment.
Public method SupportsObject Overloaded. Determines whether a DDEX provider supports the specified type of DDEX support entity.
Public method TryCreateObject Overloaded. Tries to create an instance of the specified DDEX support entity that is implemented by the DDEX provider.

Top

Properties

  Name Description
Public property Description Gets a description of the DDEX provider.
Public property DisplayName Gets the display name of the DDEX provider.
Public property Guid Gets the unique identifier of the DDEX provider.
Public property Name Gets the programmatic name of the DDEX provider.
Public property ShortDisplayName Gets a short display name of the DDEX provider.
Public property Technology Gets the unique identifier of the underlying technology employed and targeted by the DDEX provider.

Top

See Also

Reference

IVsDataProvider Interface

Microsoft.VisualStudio.Data.Core Namespace