Share via


DataProviderManager Members

Include Protected Members
Include Inherited Members

Represents the set of registered DDEX providers.

The DataProviderManager type exposes the following members.

Constructors

 

Name

Description

Protected method

DataProviderManager

Class constructor.

Top

Methods

 

Name

Description

Public method

CopyTo

Copies the set of registered DDEX providers to an array, starting at the specified array index.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetDataProvider

Retrieves a DDEX provider using the specified GUID.

Public method

GetDataProviders

Retrieves an array containing all registered DDEX providers.

Protected method

GetDataProvidersImpl

This method is for internal use only and is not to be called.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Count

Retrieves the number of registered DDEX providers.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

ICollection<DataProvider>.Add

Explicit interface implemetationPrivate method

ICollection<DataProvider>.Clear

Explicit interface implemetationPrivate method

ICollection<DataProvider>.Contains

Explicit interface implemetationPrivate method

IEnumerable<DataProvider>.GetEnumerator

Explicit interface implemetationPrivate method

IEnumerable.GetEnumerator

Retrieves an enumerator with which to enumerate the DDEX provider collection.

Explicit interface implemetationPrivate property

ICollection<DataProvider>.IsReadOnly

Explicit interface implemetationPrivate method

ICollection<DataProvider>.Remove

Top

See Also

Reference

DataProviderManager Class

Microsoft.VisualStudio.Data Namespace