IInternalExtensionMetadataService.SubscribeAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Sottoscrive le modifiche ai metadati per un elenco di sezioni.
public System.Threading.Tasks.Task<IDisposable> SubscribeAsync (System.Collections.Generic.IReadOnlyList<string> sectionNames, Microsoft.Internal.VisualStudio.Extensibility.Framework.IExtensionMetadataObserver observer, System.Collections.Generic.IReadOnlyList<string> dependentSections, System.Threading.CancellationToken cancellationToken);
abstract member SubscribeAsync : System.Collections.Generic.IReadOnlyList<string> * Microsoft.Internal.VisualStudio.Extensibility.Framework.IExtensionMetadataObserver * System.Collections.Generic.IReadOnlyList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<IDisposable>
Public Function SubscribeAsync (sectionNames As IReadOnlyList(Of String), observer As IExtensionMetadataObserver, dependentSections As IReadOnlyList(Of String), cancellationToken As CancellationToken) As Task(Of IDisposable)
Parametri
- sectionNames
- IReadOnlyList<String>
Sezioni dei metadati richieste per le notifiche di aggiornamento.
- observer
- IExtensionMetadataObserver
Istanza observer.
- dependentSections
- IReadOnlyList<String>
Elenco di sezioni che l'osservatore deve attendere.
- cancellationToken
- CancellationToken
Token di annullamento da monitorare.
Restituisce
Oggetto eliminabile per gestire la durata della sottoscrizione.