IPluginStorageContainsKey(Guid, String) Method
Determines whether a value is stored for the specified plug-in and key.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
bool ContainsKey(
Guid publicGuid,
string key
)
Function ContainsKey (
publicGuid As Guid,
key As String
) As Boolean
bool ContainsKey(
Guid publicGuid,
String^ key
)
abstract ContainsKey :
publicGuid : Guid *
key : string -> bool
- 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.
Boolean if there is a value for the specified
publicGuid and
key.