Context Constructors
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.
Overloads
Context() |
Initializes a new instance of the Context class. |
Context(String) |
Context()
Initializes a new instance of the Context class.
public:
Context();
public Context ();
Public Sub New ()
Applies to
Context(String)
public:
Context(System::String ^ contextInformation);
public Context (string contextInformation);
new Microsoft.Uii.Csr.Context : string -> Microsoft.Uii.Csr.Context
Public Sub New (contextInformation As String)
Parameters
- contextInformation
- String
Specifies the context (XML) information to load into the context object.