ProvideDependentAssemblyAttribute.SetValues(RegistrationAttribute+Key) 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.
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
The key in which to set the values.