ProvideObjectAttribute::RegisterUsing Property

 

Gets or sets the registration method.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: