BraceFoldingStrategyCreateNewFoldings(ITextSource) - метод |
Create NewFoldings for the specified document.
Пространство имён:
Tessa.UI.HashEditor
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public IEnumerable<NewFolding> CreateNewFoldings(
ITextSource document
)
Public Function CreateNewFoldings (
document As ITextSource
) As IEnumerable(Of NewFolding)
public:
IEnumerable<NewFolding^>^ CreateNewFoldings(
ITextSource^ document
)
member CreateNewFoldings :
document : ITextSource -> IEnumerable<NewFolding>
Параметры
- document
- Тип: ITextSource
The document.
Возвращаемое значение
Тип:
IEnumerableNewFolding
The
IEnumerableT.
См. также