ISingleValueScopeFilterAsyncProvider<T>.ProvideAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece um ScopeValue
public:
System::Threading::Tasks::Task<T> ^ ProvideAsync();
public System.Threading.Tasks.Task<T> ProvideAsync ();
abstract member ProvideAsync : unit -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.VisualStudio.RemoteSettings.ScopeValue)>
Public Function ProvideAsync () As Task(Of T)
Retornos
- Task<T>