Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the assembly should be registered/located.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaration
Public Enumeration RegistrationMethod
'Usage
Dim instance As RegistrationMethod
public enum RegistrationMethod
public enum class 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