Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Enumeration RegistrationMethod
'Usage
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