ProvideDependentAssemblyAttribute.SetValues Method
Set values handled by this attribute in the given key.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected MustOverride Sub SetValues ( _
key As RegistrationAttribute.Key _
)
protected abstract void SetValues(
RegistrationAttribute.Key key
)
Parameters
- key
Type: Microsoft.VisualStudio.Shell.RegistrationAttribute.Key
The key in which to set the values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.