ProvideEditorAttributeBase Class

Definition

public ref class ProvideEditorAttributeBase abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
public abstract class ProvideEditorAttributeBase : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ProvideEditorAttributeBase = class
    inherit RegistrationAttribute
Public MustInherit Class ProvideEditorAttributeBase
Inherits RegistrationAttribute
Inheritance
ProvideEditorAttributeBase
Derived

Constructors

ProvideEditorAttributeBase(Object)

Initializes an instance of ProvideEditorAttributeBase

Properties

Factory

The editor factory guid.

TypeId

Gets the current instance of this attribute.

(Inherited from RegistrationAttribute)

Methods

GetPackageRegKeyPath(Guid)

Gets the registry path (relative to the registry root of the application) of the VSPackage.

(Inherited from RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registers this VSPackage with a given context, when called by an external registration tool such as regpkg.exe. For more information, see Registering VSPackages.

(Inherited from RegistrationAttribute)
Unregister(RegistrationAttribute+RegistrationContext)

Called to unregister this attribute with the given context.

(Inherited from RegistrationAttribute)

Applies to