TextViewExtensionConfiguration Class

Definition

Configuration for an ITextViewListener extension part.

public sealed class TextViewExtensionConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.Editor.TextViewExtensionConfiguration>
type TextViewExtensionConfiguration = class
    interface IEquatable<TextViewExtensionConfiguration>
Public NotInheritable Class TextViewExtensionConfiguration
Implements IEquatable(Of TextViewExtensionConfiguration)
Inheritance
TextViewExtensionConfiguration
Implements

Constructors

TextViewExtensionConfiguration()

Properties

AppliesTo

Gets or sets the conditions under which the ITextViewListener should be activated.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(TextViewExtensionConfiguration)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to