Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
key
Type: Microsoft.VisualStudio.Shell.RegistrationAttribute.KeyThe 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.