[This is preliminary documentation and is subject to change.]

Gets all keywords and synonyms used by this KeyWordsEditor as XDocument that can be saved.

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public XDocument GetKeywordsAsXML()
Visual Basic
Public Function GetKeywordsAsXML As XDocument
Visual C++
public:
XDocument^ GetKeywordsAsXML()
F#
member GetKeywordsAsXML : unit -> XDocument 
JScript
public function GetKeywordsAsXML() : XDocument

Return Value

[Missing <returns> documentation for "M:Tools.WindowsT.FormsT.KeyWordsEditor.GetKeywordsAsXML"]

Remarks

XDocument that contains all the keywords and synonyms ready to be stored in file.

See Also