GetSettingsXML Method

UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Returns the control's Settings element from the toolkit configuration file.

Remarks

If your application uses a simple string Settings format, use GetSettingsValue.

Syntax

Visual Basic (Declaration) 
Overridable Function GetSettingsXML() As String
C# 
virtual string GetSettingsXML()

Return Value

The Settings element in XML format.

See Also