ProvideBrokeredServiceAttribute.SetRegistryValues Method
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.
Sets the values in the specified registry key.
protected:
virtual void SetRegistryValues(Microsoft::VisualStudio::Shell::RegistrationAttribute::RegistrationContext ^ context, Microsoft::VisualStudio::Shell::RegistrationAttribute::Key ^ key);
protected virtual void SetRegistryValues (Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext context, Microsoft.VisualStudio.Shell.RegistrationAttribute.Key key);
abstract member SetRegistryValues : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext * Microsoft.VisualStudio.Shell.RegistrationAttribute.Key -> unit
override this.SetRegistryValues : Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext * Microsoft.VisualStudio.Shell.RegistrationAttribute.Key -> unit
Protected Overridable Sub SetRegistryValues (context As RegistrationAttribute.RegistrationContext, key As RegistrationAttribute.Key)
Parameters
The context passed to Register(RegistrationAttribute+RegistrationContext).
The key to write to.
Remarks
Overrides of this method should call the base method.