Freigeben über


Theme.SelectionFormat-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft das Auswahlformat für das Design mit den angegebenen Formatdaten ab.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property SelectionFormat As FormatData 
    Get
'Usage
Dim value As FormatData 

value = Me.SelectionFormat
protected virtual FormatData SelectionFormat { get; }
protected:
virtual property FormatData^ SelectionFormat {
    FormatData^ get ();
}
abstract SelectionFormat : FormatData 
override SelectionFormat : FormatData
function get SelectionFormat () : FormatData

Eigenschaftswert

Typ: Microsoft.WebMatrix.Extensibility.Editor.FormatData
Die Formatdaten, die das Auswahlformat für das Design angeben.

Siehe auch

Verweis

Theme Klasse

Microsoft.WebMatrix.Extensibility.Editor-Namespace