VsDebugTargetInfo.grfLaunch Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies launch flags. Values are taken from the __VSDBGLAUNCHFLAGS enumeration. Used in DebugLaunch(UInt32) calls.
public: System::UInt32 grfLaunch;
public: unsigned int grfLaunch;
unsigned int grfLaunch;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSDBGLAUNCHFLAGS")]
public uint grfLaunch;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSDBGLAUNCHFLAGS")>]
val mutable grfLaunch : uint32
Public grfLaunch As UInteger
Field Value
- Attributes
Remarks
COM Signature
From vsshell.idl: