IPluginStorageAdd Method
Adds a new value for the current plug-in and the specified key.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
void Add(
string key,
Object value
)
Sub Add (
key As String,
value As Object
)
void Add(
String^ key,
Object^ value
)
abstract Add :
key : string *
value : Object -> unit
Parameters
- key String
- Key to add the value for.
- value Object
- Value to add.