[This is preliminary documentation and is subject to change.]
Gets dictionary of all predefined formats. Keys contain short codes, values contain expanded patterns.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static Dictionary<char, string> PredefinedFormats { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property PredefinedFormats As Dictionary(Of Char, String) Get |
| Visual C++ |
|---|
public: static property Dictionary<wchar_t, String^>^ PredefinedFormats { Dictionary<wchar_t, String^>^ get (); } |
| F# |
|---|
static member PredefinedFormats : Dictionary<char, string> |
| JScript |
|---|
static function get PredefinedFormats () : Dictionary<char, String> |