ProvideDependentAssemblyAttribute.SetValues(RegistrationAttribute+Key) Method

Definition

Set values handled by this attribute in the given Key.

protected:
 abstract void SetValues(Microsoft::VisualStudio::Shell::RegistrationAttribute::Key ^ key);
protected abstract void SetValues (Microsoft.VisualStudio.Shell.RegistrationAttribute.Key key);
abstract member SetValues : Microsoft.VisualStudio.Shell.RegistrationAttribute.Key -> unit
Protected MustOverride Sub SetValues (key As RegistrationAttribute.Key)

Parameters

key
RegistrationAttribute.Key

The key in which to set the values.

Applies to