DataPackage.Services.LocalRegistry Property

Gets the ILocalRegistry service.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property LocalRegistry As ILocalRegistry2
public static ILocalRegistry2 LocalRegistry { get; }
public:
static property ILocalRegistry2^ LocalRegistry {
    ILocalRegistry2^ get ();
}
static member LocalRegistry : ILocalRegistry2
static function get LocalRegistry () : ILocalRegistry2

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.ILocalRegistry2

.NET Framework Security

See Also

Reference

DataPackage.Services Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace