Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value indicating whether the primary project output should be registered by using Regsvr32 after deployment.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property RegisterOutput As Boolean
'Usage
Dim instance As VCLinkerTool
Dim value As Boolean
value = instance.RegisterOutput
instance.RegisterOutput = value
bool RegisterOutput { get; set; }
property bool RegisterOutput {
bool get ();
void set (bool value);
}
function get RegisterOutput () : boolean
function set RegisterOutput (value : boolean)
Property Value
Type: System.Boolean
true if the primary project output should be registered using Regsvr32 after deployment; otherwise, false.
Remarks
This property should be set to true only if the primary project output is an Internet Server Application Programming Interface (ISAPI) extension DLL.
.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.