Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies how the assembly should be registered or located.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Public Enumeration RegistrationMethod
public enum RegistrationMethod
public enum class RegistrationMethod
type RegistrationMethod
public enum RegistrationMethod
Members
| Member name | Description | |
|---|---|---|
| Assembly | The assembly should be in the GAC or in the PrivateAssemblies folder. | |
| CodeBase | The path to the assembly should be stored in the registry and used to locate the assembly at runtime. | |
| Default | Should be used only by tools. |
See Also
Reference
Microsoft.VisualStudio.Shell Namespace