다음을 통해 공유


ResourceExplorer.TryGetResource(String, Resource) 메서드

정의

ID로 리소스를 가져오려고 합니다.

public bool TryGetResource (string id, out Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource resource);
member this.TryGetResource : string * Resource -> bool
Public Function TryGetResource (id As String, ByRef resource As Resource) As Boolean

매개 변수

id
String

ID입니다.

resource
Resource

찾은 리소스 또는 null입니다.

반환

true이면 입니다.

적용 대상