LocalRegistry4 Property

Gets {insert text here}.

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

Syntax

'Declaration
Public Shared ReadOnly Property LocalRegistry4 As ILocalRegistry4
    Get
'Usage
Dim value As ILocalRegistry4

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

Property Value

Type: ILocalRegistry4

See Also

Reference

DataPackage..::..Services Class

Microsoft.VisualStudio.Data.Tools.Package.UI Namespace