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
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace