Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets the theme formats with specified format data.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Property Formats As Dictionary(Of String, FormatData)
Get
Private Set
'Usage
Dim instance As Theme
Dim value As Dictionary(Of String, FormatData)
value = instance.Formats
public virtual Dictionary<string, FormatData> Formats { get; private set; }
public:
virtual property Dictionary<String^, FormatData^>^ Formats {
Dictionary<String^, FormatData^>^ get ();
private: void set (Dictionary<String^, FormatData^>^ value);
}
abstract Formats : Dictionary<string, FormatData> with get, private set
override Formats : Dictionary<string, FormatData> with get, private set
function get Formats () : Dictionary<String, FormatData>
private function set Formats (value : Dictionary<String, FormatData>)
Property Value
Type: System.Collections.Generic.Dictionary<String, FormatData>
The theme formats.