BraceFoldingStrategyCreateNewFoldings(TextDocument, Int32) - метод |
Create NewFoldings for the specified document.
Пространство имён:
Tessa.UI.HashEditor
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public IEnumerable<NewFolding> CreateNewFoldings(
TextDocument document,
out int firstErrorOffset
)
Public Function CreateNewFoldings (
document As TextDocument,
<OutAttribute> ByRef firstErrorOffset As Integer
) As IEnumerable(Of NewFolding)
public:
IEnumerable<NewFolding^>^ CreateNewFoldings(
TextDocument^ document,
[OutAttribute] int% firstErrorOffset
)
member CreateNewFoldings :
document : TextDocument *
firstErrorOffset : int byref -> IEnumerable<NewFolding>
Параметры
- document
- Тип: TextDocument
The document.
- firstErrorOffset
- Тип: SystemInt32
The first Error Offset.
Возвращаемое значение
Тип:
IEnumerableNewFolding
The
IEnumerableT.
См. также