ExtensionConfiguration Class

Definition

The configuration of an Extension class.

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

Constructors

ExtensionConfiguration()

Properties

LoadedWhen

Gets the configuration for when the extension is loaded.

Metadata

Gets the descriptive information about the extension.

RequiresInProcessHosting

Gets a value indicating whether the extension requires to be hosted in process.

Methods

Equals(ExtensionConfiguration)

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

Equals(Object)

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

GetHashCode()

Serves as the default hash function.

Applies to