IVsProjectCfgDebugTargetSelection.GetDebugTargetListOfType Yöntem

Tanım

Belirtilen hata ayıklama hedefi türü komutu için projenizin gerektirdiği dizelerin bir listesini alır.

public:
 Array ^ GetDebugTargetListOfType(Guid guidDebugTargetType, System::UInt32 debugTargetTypeId);
public Array GetDebugTargetListOfType (Guid guidDebugTargetType, uint debugTargetTypeId);
abstract member GetDebugTargetListOfType : Guid * uint32 -> Array
Public Function GetDebugTargetListOfType (guidDebugTargetType As Guid, debugTargetTypeId As UInteger) As Array

Parametreler

guidDebugTargetType
Guid

'ndaki Dize listesinin alınacağı hata ayıklama hedef türü.

debugTargetTypeId
UInt32

'ndaki Hata ayıklama hedef türünün tanımlayıcısı.

Döndürülenler

Array

Hata ayıklama hedefi listesini içeren bir dizi.

Açıklamalar

Her hata ayıklama hedefi türü komutu, aynı komutun örnek listesine genişletilebilen bir "DynamicItemStart" komutu olarak işlenir. Bu, projenin uzaktan hata ayıklama için birden çok hedef makineye başvuru yapmasına olanak tanıyan yinelenen komutları sağlar.

Şunlara uygulanır