HashRendererAddRender - метод
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IHashNode
-
- builder IHashTextBuilder
-
- text TextDocument
-
- showAllowedOnly Boolean
-