HashRendererAddRender - метод |
Пространство имён:
Tessa.UI.HashEditor.Hash
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static void AddRender(
[NotNullAttribute] IHashNode newNode,
[NotNullAttribute] IHashTextBuilder builder,
[NotNullAttribute] TextDocument text,
bool showAllowedOnly
)
Public Shared Sub AddRender (
<NotNullAttribute> newNode As IHashNode,
<NotNullAttribute> builder As IHashTextBuilder,
<NotNullAttribute> text As TextDocument,
showAllowedOnly As Boolean
)
public:
static void AddRender(
[NotNullAttribute] IHashNode^ newNode,
[NotNullAttribute] IHashTextBuilder^ builder,
[NotNullAttribute] TextDocument^ text,
bool showAllowedOnly
)
static member AddRender :
[<NotNullAttribute>] newNode : IHashNode *
[<NotNullAttribute>] builder : IHashTextBuilder *
[<NotNullAttribute>] text : TextDocument *
showAllowedOnly : bool -> unit
Параметры
- newNode
- Тип: Tessa.UI.HashEditor.HashIHashNode
- builder
- Тип: Tessa.UI.HashEditor.HashStructureIHashTextBuilder
- text
- Тип: TextDocument
- showAllowedOnly
- Тип: SystemBoolean
См. также