次の方法で共有


FileResource(String) コンストラクター

定義

FileResource クラスの新しいインスタンスを初期化します。

public FileResource (string path);
new Microsoft.Bot.Builder.Dialogs.Declarative.Resources.FileResource : string -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.FileResource
Public Sub New (path As String)

パラメーター

path
String

ファイルへのパス。

適用対象