RegistrationAttribute.RegistrationContext.RegistrationMethod Property

Definition

Gets a value that specifies how the assembly should be located (CodeBase or Assembly).

public:
 abstract property Microsoft::VisualStudio::Shell::RegistrationMethod RegistrationMethod { Microsoft::VisualStudio::Shell::RegistrationMethod get(); };
public:
 abstract property Microsoft::VisualStudio::Shell::RegistrationMethod RegistrationMethod { Microsoft::VisualStudio::Shell::RegistrationMethod get(); };
public abstract Microsoft.VisualStudio.Shell.RegistrationMethod RegistrationMethod { get; }
member this.RegistrationMethod : Microsoft.VisualStudio.Shell.RegistrationMethod
Public MustOverride ReadOnly Property RegistrationMethod As RegistrationMethod

Property Value

Specifies how the assembly should be located (CodeBase or Assembly).

Applies to