HotReloadHelperInitializationArgs.Deconstruct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void Deconstruct (out Microsoft.ServiceHub.Framework.IServiceBroker ServiceBroker, out Microsoft.VisualStudio.Threading.JoinableTaskFactory JoinableTaskFactory, out string FeatureArea, out System.Diagnostics.TraceSource? TraceSource, out bool AutomaticallySubscribeToExtensionChanges);
Public Sub Deconstruct (ByRef ServiceBroker As IServiceBroker, ByRef JoinableTaskFactory As JoinableTaskFactory, ByRef FeatureArea As String, ByRef TraceSource As TraceSource, ByRef AutomaticallySubscribeToExtensionChanges As Boolean)
Parameters
- ServiceBroker
- IServiceBroker
- JoinableTaskFactory
- JoinableTaskFactory
- FeatureArea
- String
- TraceSource
- TraceSource
- AutomaticallySubscribeToExtensionChanges
- Boolean