Поделиться через


VCLinkerTool.RegisterOutput - свойство

Gets or sets a value indicating whether the primary project output should be registered by using Regsvr32 after deployment.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

true if the primary project output should be registered using Regsvr32 after deployment; otherwise, false.

Заметки

This property should be set to true only if the primary project output is an Internet Server Application Programming Interface (ISAPI) extension DLL.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCLinkerTool Интерфейс

VCLinkerTool - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен