RegistrationAttribute.RegistrationContext.RegistrationMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).