Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the Use Quick Console option.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function ToggleUseQuickConsoleOption ( _
fOnOff As Integer _
) As Integer
int ToggleUseQuickConsoleOption(
int fOnOff
)
int ToggleUseQuickConsoleOption(
[InAttribute] int fOnOff
)
abstract ToggleUseQuickConsoleOption :
fOnOff:int -> int
function ToggleUseQuickConsoleOption(
fOnOff : int
) : int
Parameters
fOnOff
Type: System.Int32[in] A boolean value; true to enable Use Quick Console.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT ToggleUseQuickConsoleOptionSetting(
[in] BOOL fOnOff
);
.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.