SetOffice2003AddInRegistration.HasWriteAccessToHKLMSoftwareClasses Method (2007 System)
Gets or sets a value that indicates whether the Microsoft Office 2003 application-level add-in has write access to the registry.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Shared Function HasWriteAccessToHKLMSoftwareClasses As Boolean
'Usage
Dim returnValue As Boolean
returnValue = SetOffice2003AddInRegistration.HasWriteAccessToHKLMSoftwareClasses()
public static bool HasWriteAccessToHKLMSoftwareClasses()
public:
static bool HasWriteAccessToHKLMSoftwareClasses()
public static function HasWriteAccessToHKLMSoftwareClasses() : boolean
Return Value
Type: System.Boolean
true if the Microsoft Office 2003 add-in has write access to the registry; otherwise, false.
.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
SetOffice2003AddInRegistration Class