Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.