Freigeben über


IHtmlCopyOptions.EmitSpanStyle-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Emit Span Style-Wert Null als Standardwert ab.

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

Syntax

'Declaration
ReadOnly Property EmitSpanStyle As Nullable(Of Boolean)
    Get
'Usage
Dim instance As IHtmlCopyOptions 
Dim value As Nullable(Of Boolean)

value = instance.EmitSpanStyle
Nullable<bool> EmitSpanStyle { get; }
property Nullable<bool> EmitSpanStyle {
    Nullable<bool> get ();
}
abstract EmitSpanStyle : Nullable<bool>
function get EmitSpanStyle () : Nullable<boolean>

Eigenschaftswert

Typ: System.Nullable<Boolean>
Der Emit Span Style-Wert Null als Standardwert.

Siehe auch

Verweis

IHtmlCopyOptions Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace