Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: Boolean
true if legacy Web support is required.
.NET Framework Security
- 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.