ResourceExplorer.TryGetResource(String, Resource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
請嘗試依識別碼取得資源。
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
識別碼。
- resource
- Resource
找到的資源或 Null。
傳回
如果找到,則為 true。