CutOrCopyBlankLineIfNoSelection Class
Defines the option to cut or copy a blank line if the selection is empty.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.CutOrCopyBlankLineIfNoSelection
| Name | Description | |
|---|---|---|
![]() | CutOrCopyBlankLineIfNoSelection() | Initializes a new instance of CutOrCopyBlankLineIfNoSelection. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value, which is true.(Overrides EditorOptionDefinition<T>.Default.) |
![]() | DefaultValue | Gets the default value of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | Key | Gets the default text view value.(Overrides EditorOptionDefinition<T>.Key.) |
![]() | Name | Gets the name of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | ValueType | Gets the actual type of the option.(Inherited from EditorOptionDefinition<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two EditorOptionDefinition objects are the same.(Inherited from EditorOptionDefinition.) |
![]() | GetHashCode() | Gets the hash code of this type.(Inherited from EditorOptionDefinition.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsApplicableToScope(IPropertyOwner) | Determines whether the option is applicable to the specified scope.(Inherited from ViewOptionDefinition<T>.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

