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 the selection format for the theme with specified format data.
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
Property Value
Type: Microsoft.WebMatrix.Extensibility.Editor.FormatData
The format data that specifies the selection format for the theme.