Share via


IVsProfilableProjectCfg.LegacyWebSupportRequired Property

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
ReadOnly Property LegacyWebSupportRequired As Boolean
bool LegacyWebSupportRequired { get; }
property bool LegacyWebSupportRequired {
    bool get ();
}
abstract LegacyWebSupportRequired : bool with get
function get LegacyWebSupportRequired () : boolean

Property Value

Type: System.Boolean
true if legacy Web support is required.

.NET Framework Security

See Also

Reference

IVsProfilableProjectCfg Interface

Microsoft.VisualStudio.Shell.Interop Namespace