This documentation is archived and is not being maintained.
ProviderConnectionPoint Methods
Visual Studio 2008
The ProviderConnectionPoint type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnabled | Returns a value that indicates whether a connection point can participate in connections. (Inherited from ConnectionPoint.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetObject | Invokes the callback method in a provider control that gets an interface instance to return to consumers. |
|
GetSecondaryInterfaces | Gets an optional collection of secondary interfaces that can be supported by a provider connection point. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: