VsDebugTargetInfo.grfLaunch Field

Definition

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:

Applies to