다음을 통해 공유


FileResource 클래스

정의

파일을 리소스로 나타내는 클래스입니다.

public class FileResource : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource
type FileResource = class
    inherit Resource
Public Class FileResource
Inherits Resource
상속
FileResource

생성자

FileResource(String)

FileResource 클래스의 새 인스턴스를 초기화합니다.

속성

FullName

리소스 경로를 가져오거나 설정합니다.

(다음에서 상속됨 Resource)
Id

리소스 ID를 가져오거나 설정합니다.

(다음에서 상속됨 Resource)

메서드

OpenStreamAsync()

리소스에 대한 스트림을 엽니다.

ReadTextAsync()

리소스를 텍스트 비동기로 가져옵니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

적용 대상