Context.SetContext(String) Method
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.
Sets the context with an XML context.
public:
virtual void SetContext(System::String ^ contextInformation);
public void SetContext (string contextInformation);
abstract member SetContext : string -> unit
override this.SetContext : string -> unit
Public Sub SetContext (contextInformation As String)
Parameters
- contextInformation
- String
Specifies the XML holding the context.