This documentation is archived and is not being maintained.
ConnectionStringEditor Methods
Visual Studio 2008
The ConnectionStringEditor type exposes the following members.
| Name | Description | |
|---|---|---|
|
EditValue | Overloaded. Edits the value of the specified object by using the editor style that is indicated by the GetEditStyle method. |
|
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.) |
|
GetEditStyle | Overloaded. Retrieves the editing style that is used with the connection string editor. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPaintValueSupported | Overloaded. Indicates whether this editor supports painting a representation of an object's value. |
|
GetProviderName | Returns the provider name for the provided instance of the ConnectionStringEditor class. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PaintValue | Overloaded. Paints a representation of the value of an object. |
|
SetProviderName | Puts the provider name on the specified instance of the ConnectionStringEditor class. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: