BrokeredServiceRegistryEntry.EnumerateEntries 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.
Overloads
EnumerateEntries(SettingsStore) |
Enumerates the registry entries for all registered brokered services. |
EnumerateEntries(IVsSettingsStore) |
Enumerates the registry entries for all registered brokered services. |
EnumerateEntries(SettingsStore)
Enumerates the registry entries for all registered brokered services.
public:
static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::ServiceBroker::BrokeredServiceRegistryEntry ^> ^ EnumerateEntries(Microsoft::VisualStudio::Settings::SettingsStore ^ store);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceRegistryEntry+<EnumerateEntries>d__9))]
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceRegistryEntry> EnumerateEntries (Microsoft.VisualStudio.Settings.SettingsStore store);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceRegistryEntry+<EnumerateEntries>d__9))>]
static member EnumerateEntries : Microsoft.VisualStudio.Settings.SettingsStore -> seq<Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceRegistryEntry>
Public Shared Iterator Function EnumerateEntries (store As SettingsStore) As IEnumerable(Of BrokeredServiceRegistryEntry)
Parameters
- store
- SettingsStore
The settings store containing brokered service registration.
Returns
A collection of registry roots for brokered services
- Attributes
Applies to
EnumerateEntries(IVsSettingsStore)
Enumerates the registry entries for all registered brokered services.
public:
static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::ServiceBroker::BrokeredServiceRegistryEntry ^> ^ EnumerateEntries(Microsoft::VisualStudio::Shell::Interop::IVsSettingsStore ^ settingsStore);
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceRegistryEntry> EnumerateEntries (Microsoft.VisualStudio.Shell.Interop.IVsSettingsStore settingsStore);
static member EnumerateEntries : Microsoft.VisualStudio.Shell.Interop.IVsSettingsStore -> seq<Microsoft.VisualStudio.Shell.ServiceBroker.BrokeredServiceRegistryEntry>
Public Shared Function EnumerateEntries (settingsStore As IVsSettingsStore) As IEnumerable(Of BrokeredServiceRegistryEntry)
Parameters
- settingsStore
- IVsSettingsStore
The settings store containing brokered service registration.
Returns
A collection of registry entries for brokered services