ISettingsUnitPluginCheckFragmentsSupport - метод
Determines whether the plugin supports fragment processing for the specified settings unit with identifier unitID.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
bool CheckFragmentsSupport(
Guid unitID
)
Function CheckFragmentsSupport (
unitID As Guid
) As Boolean
bool CheckFragmentsSupport(
Guid unitID
)
abstract CheckFragmentsSupport :
unitID : Guid -> bool
- unitID Guid
- The unique identifier of the settings unit.
Boolean the plugin supports fragment processing for the unit with identifier
unitID; otherwise
.