ContextState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents contextual information.
public ref class ContextState : Microsoft::Uii::Csr::Context
public class ContextState : Microsoft.Uii.Csr.Context
type ContextState = class
inherit Context
Public Class ContextState
Inherits Context
- Inheritance
Constructors
ContextState() |
Initializes a new instance of the ContextState class. |
ContextState(Context) |
Initializes a new instance of the ContextState class. |
Properties
ContextInformation |
Gets or sets the context with an XML context (Inherited from Context) |
Count |
Gets the number of items in the context. (Inherited from Context) |
Item[String] |
Gets or sets the value associated with the specified key. (Inherited from Context) |
Modifier |
Gets or sets the object that modifies the context state. |
Methods
Clear() |
Clears the context. (Inherited from Context) |
GetContext() |
Get the XML context string from the context. (Inherited from Context) |
SetContext(String) |
Sets the context with an XML context. (Inherited from Context) |