TemplateEngineLanguageGenerator コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| TemplateEngineLanguageGenerator() |
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。 |
| TemplateEngineLanguageGenerator(Templates) |
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。 |
| TemplateEngineLanguageGenerator(Resource, Dictionary<String,IList<Resource>>) |
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。 |
| TemplateEngineLanguageGenerator(String, Dictionary<String,IList<Resource>>) |
古い.
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。 |
| TemplateEngineLanguageGenerator(String, String, Dictionary<String,IList<Resource>>) |
古い.
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。 |
TemplateEngineLanguageGenerator()
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。
public TemplateEngineLanguageGenerator ();
Public Sub New ()
適用対象
TemplateEngineLanguageGenerator(Templates)
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。
public TemplateEngineLanguageGenerator (Microsoft.Bot.Builder.LanguageGeneration.Templates engine = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator : Microsoft.Bot.Builder.LanguageGeneration.Templates -> Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator
Public Sub New (Optional engine As Templates = Nothing)
パラメーター
- engine
- Templates
テンプレート エンジン。
適用対象
TemplateEngineLanguageGenerator(Resource, Dictionary<String,IList<Resource>>)
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。
public TemplateEngineLanguageGenerator (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource resource, System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> resourceMapping);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource * System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator
Public Sub New (resource As Resource, resourceMapping As Dictionary(Of String, IList(Of Resource)))
パラメーター
- resource
- Resource
[リソース].
- resourceMapping
- Dictionary<String,IList<Resource>>
テンプレート リソース ローダー デリゲート (ロケール) ->ImportResolverDelegate.
適用対象
TemplateEngineLanguageGenerator(String, Dictionary<String,IList<Resource>>)
注意事項
This method will soon be deprecated. Use LGResource as the first parameter instead.
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。
[System.Obsolete("This method will soon be deprecated. Use LGResource as the first parameter instead.")]
public TemplateEngineLanguageGenerator (string filePath, System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> resourceMapping);
[<System.Obsolete("This method will soon be deprecated. Use LGResource as the first parameter instead.")>]
new Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator
Public Sub New (filePath As String, resourceMapping As Dictionary(Of String, IList(Of Resource)))
パラメーター
- filePath
- String
lg テンプレート ファイルの絶対パス。
- resourceMapping
- Dictionary<String,IList<Resource>>
テンプレート リソース ローダー デリゲート (ロケール) ->ImportResolverDelegate.
- 属性
適用対象
TemplateEngineLanguageGenerator(String, String, Dictionary<String,IList<Resource>>)
注意事項
This method will soon be deprecated. Use LGResource as the first parameter instead.
TemplateEngineLanguageGenerator クラスの新しいインスタンスを初期化します。
[System.Obsolete("This method will soon be deprecated. Use LGResource as the first parameter instead.")]
public TemplateEngineLanguageGenerator (string lgText, string id, System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> resourceMapping);
[<System.Obsolete("This method will soon be deprecated. Use LGResource as the first parameter instead.")>]
new Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Generators.TemplateEngineLanguageGenerator
Public Sub New (lgText As String, id As String, resourceMapping As Dictionary(Of String, IList(Of Resource)))
パラメーター
- lgText
- String
lg テンプレート テキスト。
- id
- String
テンプレートのソースの省略可能なラベル (テンプレート エラーの原因のラベル付けに使用)。
- resourceMapping
- Dictionary<String,IList<Resource>>
テンプレート リソース ローダー デリゲート (ロケール) ->ImportResolverDelegate.
- 属性