ProvideObjectAttribute::RegisterUsing Property
Visual Studio 2015
Gets or sets the registration method.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property RegistrationMethod RegisterUsing { RegistrationMethod get(); void set(RegistrationMethod value); }
Allowable values come from the RegistrationMethod enumeration. This can be overridden during registration.
Show: