Theme.InactiveSelectionFormat 屬性
適用於版本2
取得具有所指定格式資料之佈景主題的非使用中選取範圍格式。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Protected Overridable ReadOnly Property InactiveSelectionFormat As FormatData
Get
'用途
Dim value As FormatData
value = Me.InactiveSelectionFormat
protected virtual FormatData InactiveSelectionFormat { get; }
protected:
virtual property FormatData^ InactiveSelectionFormat {
FormatData^ get ();
}
abstract InactiveSelectionFormat : FormatData
override InactiveSelectionFormat : FormatData
function get InactiveSelectionFormat () : FormatData
屬性值
型別:Microsoft.WebMatrix.Extensibility.Editor.FormatData
指定佈景主題之非使用中選取範圍格式的格式資料。