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

声明
Public clsidCustom As Guid
用法
Dim instance As VsDebugTargetInfo
Dim value As Guid

value = instance.clsidCustom

instance.clsidCustom = value
public Guid clsidCustom
public:
Guid clsidCustom
val mutable clsidCustom: Guid
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