ข้ามไปยังเนื้อหา

Interface ICellBoundaryContributor

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Allows a module to contribute cell boundaries to the active runtime.

public interface ICellBoundaryContributor

RegisterCellBoundaries(ICellBoundaryRegistry)

Section titled “ RegisterCellBoundaries(ICellBoundaryRegistry)”

Registers the cell boundaries owned by the contributing module.

void RegisterCellBoundaries(ICellBoundaryRegistry cells)

cells ICellBoundaryRegistry

The registry that receives cell-boundary descriptors.