| TokenEditorWindowGetPersistString Method |
Return the string used to store the editor state
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected override string GetPersistString()
Protected Overrides Function GetPersistString As String
protected:
virtual String^ GetPersistString() override
abstract GetPersistString : unit -> string
override GetPersistString : unit -> string
Return Value
Type:
StringA string containing the type name and filename
See Also