Context.GetContext 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.
Get the XML context string from the context.
public:
virtual System::String ^ GetContext();
public string GetContext ();
abstract member GetContext : unit -> string
override this.GetContext : unit -> string
Public Function GetContext () As String