ProvideServiceAttributeBase Constructor (Object^, String^)

 

Initializes a new instance of the ProvideServiceAttributeBase class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideServiceAttributeBase(
	Object^ serviceType,
	String^ registryRoot
)

Parameters

serviceType
Type: System::Object^

[in] Type of the service.

registryRoot
Type: System::String^

[in] Root of the registry for the service.

Return to top
Show: