Share via


ProvideObjectAttribute.RegisterUsing Property

Definition

Select between specifying the Codebase entry or the Assembly entry in the registry. This can be overriden during registration

public:
 property Microsoft::VisualStudio::Shell::RegistrationMethod RegisterUsing { Microsoft::VisualStudio::Shell::RegistrationMethod get(); void set(Microsoft::VisualStudio::Shell::RegistrationMethod value); };
public:
 property Microsoft::VisualStudio::Shell::RegistrationMethod RegisterUsing { Microsoft::VisualStudio::Shell::RegistrationMethod get(); void set(Microsoft::VisualStudio::Shell::RegistrationMethod value); };
public Microsoft.VisualStudio.Shell.RegistrationMethod RegisterUsing { get; set; }
member this.RegisterUsing : Microsoft.VisualStudio.Shell.RegistrationMethod with get, set
Public Property RegisterUsing As RegistrationMethod

Property Value

RegistrationMethod.

Remarks

Allowable values come from the RegistrationMethod enumeration. This can be overridden during registration.

Applies to