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)

[DispIdAttribute(1610678273)]
property bool LegacyWebSupportRequired {
	bool get();
}

Property Value

Type: System::Boolean

true if legacy Web support is required.

Return to top
Show: