ISettingsUnitPluginGetSchemeVersion - метод
Retrieves the current schema version of the settings data managed by
this plugin for the specified settings unit key.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
int GetSchemeVersion(
SettingsUnitKey key
)
Function GetSchemeVersion (
key As SettingsUnitKey
) As Integer
int GetSchemeVersion(
SettingsUnitKey^ key
)
abstract GetSchemeVersion :
key : SettingsUnitKey -> int
- key SettingsUnitKey
Key for identifying a settings unit or fragment.
Int32The current schema version of the settings data associated with
key.