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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.