_LAUNCHPAD_FLAGS2 Enumeration
Determines whether command line tool and batch file output is treated as Unicode.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _LAUNCHPAD_FLAGS2
[FlagsAttribute]
public enum _LAUNCHPAD_FLAGS2
[FlagsAttribute]
public enum class _LAUNCHPAD_FLAGS2
[<FlagsAttribute>]
type _LAUNCHPAD_FLAGS2
public enum _LAUNCHPAD_FLAGS2
Members
Member name | Description | |
---|---|---|
LPF_TreatOutputAsUnicode | The command line tool and batch file output is treated as Unicode. |
Remarks
COM Signature
From vsshel80.idl: