Share via


BrokeredServiceRegistryEntry Class

Definition

A class that represents the registry entry of a brokered service.

public ref class BrokeredServiceRegistryEntry
public class BrokeredServiceRegistryEntry
type BrokeredServiceRegistryEntry = class
Public Class BrokeredServiceRegistryEntry
Inheritance
BrokeredServiceRegistryEntry

Properties

Moniker

The service moniker for the brokered service.

RegistryRoot

The registry root for the entry. This value will look like one of these strings:

"BrokeredServices\{service-name}"
"BrokeredServices\{service-name}\{version}"

Methods

EnumerateEntries(IVsSettingsStore)

Enumerates the registry entries for all registered brokered services.

EnumerateEntries(SettingsStore)

Enumerates the registry entries for all registered brokered services.

Applies to