Dela via


Theme.ITheme.Formats Property

Applies to v2.

Gets the theme formats with specified format data.

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

Syntax

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

value = CType(instance, ITheme).Formats
IDictionary<string, FormatData> ITheme.Formats { get; }
private:
virtual property IDictionary<String^, FormatData^>^ Formats {
    IDictionary<String^, FormatData^>^ get () sealed = ITheme::Formats::get;
}
private abstract Formats : IDictionary<string, FormatData>
private override Formats : IDictionary<string, FormatData>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Collections.Generic.IDictionary<String, FormatData>
The theme formats.

Implements

ITheme.Formats

See Also

Reference

Theme Class

Microsoft.WebMatrix.Extensibility.Editor Namespace