VsDebugTargetInfo.dwClsidCount Field

Definition

Number of GUIDs in the pClsidList member.

public: System::UInt32 dwClsidCount;
public: unsigned int dwClsidCount;
unsigned int dwClsidCount;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwClsidCount;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwClsidCount : uint32
Public dwClsidCount As UInteger 

Field Value

Attributes

Remarks

For multiple-engine launch. Most users can use clsidCustom instead and set dwClsidCount to zero.

COM Signature

From vsshell.idl:

Applies to