[This is preliminary documentation and is subject to change.]
Gets XML-Schema used for storing keywords and synonyms
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public static XmlSchema XMLSchema { get; } |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Shared ReadOnly Property XMLSchema As XmlSchema Get |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: static property XmlSchema^ XMLSchema { XmlSchema^ get (); } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] static member XMLSchema : XmlSchema |
| JScript |
|---|
static function get XMLSchema () : XmlSchema |