StringDict.keys Property¶
Module: StringDict
Type: StringList
Definition¶
Gets a string list containing the keys in the dict.
keys: StringList
Exceptions
An error has occurred during Document Library execution.
StringList get keys => getKeys();
Exceptions
An error has occurred during Document Library execution.
public StringList keys
{
get => Getkeys();
}
Exceptions
An error has occurred during Document Library execution.
public StringList getKeys() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var keys: StringList
get {
return try! getKeys()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentStringDict_GetKeys (ID3_DOCUMENT_STRING_DICT hStringDict, ID3_DOCUMENT_STRING_LIST hKeys)
Returns