This documentation is archived and is not being maintained.
ResourceExpressionEditorSheet Members
Visual Studio 2008
Represents a design-time editor sheet for the properties of a resource expression in the UI of a designer host at design time.
The ResourceExpressionEditorSheet type exposes the following members.
| Name | Description | |
|---|---|---|
|
ResourceExpressionEditorSheet | Initializes a new instance of the ResourceExpressionEditorSheet class. |
| 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.) |
|
GetExpression | Returns a resource expression that is formed by the expression editor sheet property values. (Overrides ExpressionEditorSheet::GetExpression().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
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.) |
| Name | Description | |
|---|---|---|
|
ClassKey | Gets or sets the key that matches the filename for the resource in the project's global resource folder. |
|
IsValid | Gets a value that indicates whether the resource expression string is valid. (Overrides ExpressionEditorSheet::IsValid.) |
|
ResourceKey | Gets or sets the name of the resource, which is used as a key to find the resource value. |
|
ServiceProvider | Gets the service provider implementation that is used by the expression editor sheet. (Inherited from ExpressionEditorSheet.) |
Show: