IVsProfilerLaunchTargetInfo.LaunchProfilerFlags Property
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.
Gets the flags that affect the launch.
public:
property System::UInt32 LaunchProfilerFlags { System::UInt32 get(); };
public:
property unsigned int LaunchProfilerFlags { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERLAUNCHOPTS")]
[System.Runtime.InteropServices.DispId(1610743810)]
public uint LaunchProfilerFlags { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERLAUNCHOPTS")]
public uint LaunchProfilerFlags { get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERLAUNCHOPTS")>]
[<System.Runtime.InteropServices.DispId(1610743810)>]
member this.LaunchProfilerFlags : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERLAUNCHOPTS")>]
member this.LaunchProfilerFlags : uint32
Public ReadOnly Property LaunchProfilerFlags As UInteger
Property Value
The flags that affect the launch.
- Attributes