VCLinkerTool.RegisterOutput Property
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
声明
Property RegisterOutput As Boolean
用法
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.
Permissions
- 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.