Skip to content

TextStudioNativeRichTextTagDescriptor

ClassTextStudio.BuiltInsTextStudio
public sealed class TextStudioNativeRichTextTagDescriptor

No description is available for this type.

TextStudioNativeRichTextTagDescriptor(string, string, string, TextStudioTagShape, TextStudioTagBackend, TextStudioTagParameterRequirement, string[], string[], TextStudioTagParameterDefinition[], TextStudioRenderDomain)

Section titled “TextStudioNativeRichTextTagDescriptor(string, string, string, TextStudioTagShape, TextStudioTagBackend, TextStudioTagParameterRequirement, string[], string[], TextStudioTagParameterDefinition[], TextStudioRenderDomain)”
public TextStudioNativeRichTextTagDescriptor(string id, string displayName, string description, TextStudioTagShape shape, TextStudioTagBackend backendSupport, TextStudioTagParameterRequirement parameterRequirement, string[] aliases, string[] examples, TextStudioTagParameterDefinition[] parameters, TextStudioRenderDomain supportedRenderDomains = TextStudioRenderDomain.All)

No description is available for this member.

Parameters

Name Type Description
id System.String
displayName System.String
description System.String
shape TextStudio.TextStudioTagShape
backendSupport TextStudio.TextStudioTagBackend
parameterRequirement TextStudio.TextStudioTagParameterRequirement
aliases System.String[]
examples System.String[]
parameters TextStudio.TextStudioTagParameterDefinition[]
supportedRenderDomains TextStudio.TextStudioRenderDomain

public string Id { get; }

No description is available for this member.

Returns

System.String — No return description is available.

public string DisplayName { get; }

No description is available for this member.

Returns

System.String — No return description is available.

public string Description { get; }

No description is available for this member.

Returns

System.String — No return description is available.

public TextStudioTagShape Shape { get; }

No description is available for this member.

Returns

TextStudio.TextStudioTagShape — No return description is available.

public TextStudioTagBackend BackendSupport { get; }

No description is available for this member.

Returns

TextStudio.TextStudioTagBackend — No return description is available.

public TextStudioTagParameterRequirement ParameterRequirement { get; }

No description is available for this member.

Returns

TextStudio.TextStudioTagParameterRequirement — No return description is available.

public TextStudioRenderDomain SupportedRenderDomains { get; }

No description is available for this member.

Returns

TextStudio.TextStudioRenderDomain — No return description is available.

public IReadOnlyList<string> Aliases { get; }

No description is available for this member.

Returns

System.Collections.Generic.IReadOnlyList{System.String} — No return description is available.

public IReadOnlyList<string> Examples { get; }

No description is available for this member.

Returns

System.Collections.Generic.IReadOnlyList{System.String} — No return description is available.

public IReadOnlyList<TextStudioTagParameterDefinition> Parameters { get; }

No description is available for this member.

Returns

System.Collections.Generic.IReadOnlyList{TextStudio.TextStudioTagParameterDefinition} — No return description is available.