DataPackage.Services.LocalRegistry Property

Gets the ILocalRegistry service.

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

Syntax

'Declaration
Public Shared ReadOnly Property LocalRegistry As ILocalRegistry2
    Get
'Usage
Dim value As ILocalRegistry2

value = DataPackage..::..Services.LocalRegistry
public static ILocalRegistry2 LocalRegistry { get; }
public:
static property ILocalRegistry2^ LocalRegistry {
    ILocalRegistry2^ get ();
}
static function get LocalRegistry () : ILocalRegistry2
static member LocalRegistry : ILocalRegistry2

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.ILocalRegistry2

.NET Framework Security

See Also

Reference

DataPackage.Services Class

DataPackage.Services Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace