RegistrationMethod Enumeration

Specifies how the assembly should be registered or located.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public Enumeration RegistrationMethod
‘사용 방법
Dim instance As RegistrationMethod
public enum RegistrationMethod
public enum class RegistrationMethod
type RegistrationMethod
public enum RegistrationMethod

Members

Member name Description
Default Indicates that the registration method should only be used by tools.
CodeBase Indicates that the path to the assembly should be stored in the registry and used to locate the assembly at runtime.
Assembly Indicates that the assembly should be in the GAC or in PrivateAssemblies.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace

Other Resources

Registering VSPackages