次の方法で共有


RegistrationMethod Enumeration

Specifies how the assembly should be registered/located.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Enumeration RegistrationMethod
'使用
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

Concepts

How to: Register Managed VSPackages

Reference

Microsoft.VisualStudio.Shell Namespace