Compartilhar via


BrokeredServiceRegistryEntry.EnumerateEntries Method

Definition

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

Applies to