TextViewExtensionConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |