IVsProfilableProjectCfg.LegacyWebSupportRequired Property

Definition

Indicates whether legacy Web support is required. Some legacy Web projects (like SharePoint) need additional assistance to start profiling a scenario, as they rely on existing Visual Studio Profiler functionality. New projects (like IISExpress) do not need it.

public:
 property bool LegacyWebSupportRequired { bool get(); };
public:
 property bool LegacyWebSupportRequired { bool get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public bool LegacyWebSupportRequired { get; }
public bool LegacyWebSupportRequired { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.LegacyWebSupportRequired : bool
member this.LegacyWebSupportRequired : bool
Public ReadOnly Property LegacyWebSupportRequired As Boolean

Property Value

true if legacy Web support is required.

Attributes

Applies to