BraceFoldingStrategyCreateNewFoldings(TextDocument, Int32) - метод
Create NewFoldings for the specified document.
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 Int32
-
The first Error Offset.
IEnumerableNewFolding
The
IEnumerableT.