ITheme.Formats Property

Applies to v2.

Gets a dictionary of formats.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Formats As IDictionary(Of String, FormatData)
    Get
'Usage
Dim instance As ITheme 
Dim value As IDictionary(Of String, FormatData)

value = instance.Formats
IDictionary<string, FormatData> Formats { get; }
property IDictionary<String^, FormatData^>^ Formats {
    IDictionary<String^, FormatData^>^ get ();
}
abstract Formats : IDictionary<string, FormatData>
function get Formats () : IDictionary<String, FormatData>

Property Value

Type: System.Collections.Generic.IDictionary<String, FormatData>
A collection of formats.

See Also

Reference

ITheme Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace