DefaultTextViewOptions.CutOrCopyBlankLineIfNoSelectionId Field
Determines whether cut and copy causes a blank line to be cut or copied when the selection is empty.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
声明
Public Shared ReadOnly CutOrCopyBlankLineIfNoSelectionId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> CutOrCopyBlankLineIfNoSelectionId
public:
static initonly EditorOptionKey<bool> CutOrCopyBlankLineIfNoSelectionId
static val CutOrCopyBlankLineIfNoSelectionId: EditorOptionKey<bool>
public static final var CutOrCopyBlankLineIfNoSelectionId : EditorOptionKey<boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.