ISettingsUnitPluginIsSupportFragments - метод
Returns an indication that the plugin supports fragment processing for the unit with identifier unitID.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
bool IsSupportFragments(
Guid unitID
)
Function IsSupportFragments (
unitID As Guid
) As Boolean
bool IsSupportFragments(
Guid unitID
)
abstract IsSupportFragments :
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
.