你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportedEntityRegex.Expressions Property

Definition

The regex expressions of the regex component. These expressions follow the .NET regex syntax. For reference, check here: https://learn.microsoft.com/dotnet/standard/base-types/regular-expressions.

public System.Collections.Generic.IList<Azure.AI.Language.Conversations.Authoring.ExportedEntityRegexExpression> Expressions { get; }
member this.Expressions : System.Collections.Generic.IList<Azure.AI.Language.Conversations.Authoring.ExportedEntityRegexExpression>
Public ReadOnly Property Expressions As IList(Of ExportedEntityRegexExpression)

Property Value

Applies to