Share via


VsDebugTargetInfo.clsidCustom Field

Specifies that the exe will be launched by some custom means.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public clsidCustom As Guid
'Usage
Dim instance As VsDebugTargetInfo 
Dim value As Guid 

value = instance.clsidCustom 

instance.clsidCustom = value
public Guid clsidCustom
public:
Guid clsidCustom
public var clsidCustom : Guid

Remarks

Used with DLO_Custom to indicates that the "exe" is not going to be launched via CreateProcess, but through some other custom means, SQL for example.

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VsDebugTargetInfo Structure

VsDebugTargetInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace