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 emit span style Null for default value.
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>
Property Value
Type: System.Nullable<Boolean>
The emit span style Null for default value.