IPluginStorageItem(Guid, String) Property
Gets an existing value for the specified plug-in and key.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
Object this[
Guid publicGuid,
string key
] { get; }
ReadOnly Default Property Item (
publicGuid As Guid,
key As String
) As Object
Get
property Object^ default[Guid publicGuid, String^ key] {
Object^ get (Guid publicGuid, String^ key);
}
abstract Item : Object with get
- publicGuid Guid
GUID of the plug-in the value is stored for.
- key String
Key the value is stored for, unique in scope of the plug-in.
ObjectThe found value.