ExtensionList.keys Property

Module: ExtensionList

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 id3BiosealExtensionList_GetKeys (ID3_BIOSEAL_EXTENSION_LIST hExtensionList, ID3_BIOSEAL_STRING_ARRAY hKeys)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.