This documentation is archived and is not being maintained.
PageTheme Methods
Visual Studio 2010
The PageTheme type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateSkinKey | Infrastructure. Creates a lookup key object for a particular control type and skin ID. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Eval(String) | Infrastructure. Uses the DataBinder::Eval(Object, String) method of the Page property that the instance of the PageTheme class is associated with to evaluate a data-binding expression. |
|
Eval(String, String) | Infrastructure. Uses the DataBinder::Eval(Object, String, String) method of the Page property that the instance of the PageTheme class is associated with to evaluate a data-binding expression. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
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.) |
|
TestDeviceFilter | Tests whether a device filter applies to the Page control that the instance of the PageTheme class is associated with. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
XPath(String) | Infrastructure. Evaluates an XPath data-binding expression. |
|
XPath(String, String) | Infrastructure. Evaluates an XPath data-binding expression using the specified format string to display the result. |
|
XPath(String, IXmlNamespaceResolver) | Infrastructure. Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. |
|
XPath(String, String, IXmlNamespaceResolver) | Infrastructure. Uses the TemplateControl::XPath method of the Page control that the instance of the PageTheme class is associated with to evaluate an XPath data-binding expression. |
|
XPathSelect(String) | Infrastructure. Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. |
|
XPathSelect(String, IXmlNamespaceResolver) | Infrastructure. Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the IEnumerable interface. |
Show: