Compartilhar via


Campo VsDebugTargetInfo.pClsidList

 

Publicado: abril de 2016

Contém uma matriz de GUIDs para o lançamento do mecanismo vários.

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

Sintaxe

[ComConversionLossAttribute]
public IntPtr pClsidList
public:
[ComConversionLossAttribute]
IntPtr pClsidList
[<ComConversionLossAttribute>]
val mutable pClsidList : nativeint
<ComConversionLossAttribute>
Public pClsidList As IntPtr

Valor de Campo

Type: System.IntPtr

Comentários

Set to null if dwClsidCount is zero.A maioria dos usuários pode usar clsidCustom em vez disso e setdwClsidCount a zero.

COM assinatura

De vsshell.idl:

Consulte também

Estrutura VsDebugTargetInfo
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo