Extension.keys Property¶
Module: Extension
Type: StringArray
Definition¶
Gets a string list containing the keys in the dict.
keys: StringArray
Exceptions
An error has occurred during Bioseal Library execution.
StringArray get keys => getKeys();
Exceptions
An error has occurred during Bioseal Library execution.
public StringArray keys
{
get => Getkeys();
}
Exceptions
An error has occurred during Bioseal Library execution.
public StringArray getKeys() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var keys: StringArray
get {
return try! getKeys()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealExtension_GetKeys (ID3_BIOSEAL_EXTENSION hExtension, ID3_BIOSEAL_STRING_ARRAY hKeys)
Returns