Share via


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
)
protected:
virtual void SetValues(
    RegistrationAttribute::Key^ key
) abstract
abstract SetValues : 
        key:RegistrationAttribute.Key -> unit
protected abstract function SetValues(
    key : RegistrationAttribute.Key
)

Parameters

.NET Framework Security

See Also

Reference

ProvideDependentAssemblyAttribute Class

Microsoft.VisualStudio.Shell Namespace