DebugRequestMessage Oluşturucular

Tanım

Aşırı Yüklemeler

DebugRequestMessage(Guid, DebugTargetInfo)

DebugRequestMessageBELIRTILEN GUID ve hedef hata ayıklama bilgilerini kullanarak sınıfının bir örneğini başlatır.

DebugRequestMessage(Guid, DebugTargetInfo, DebugEventHandler)

DebugRequestMessageBELIRTILEN GUID, hedef hata ayıklama bilgilerini ve hata ayıklama olay işleyicisini geri arama için kullanarak sınıfının bir örneğini başlatır.

DebugRequestMessage(Guid, DebugTargetInfo)

DebugRequestMessageBELIRTILEN GUID ve hedef hata ayıklama bilgilerini kullanarak sınıfının bir örneğini başlatır.

public:
 DebugRequestMessage(Guid runId, Microsoft::VisualStudio::TestTools::Common::DebugTargetInfo ^ targetInfo);
public DebugRequestMessage (Guid runId, Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo targetInfo);
new Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage : Guid * Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo -> Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage
Public Sub New (runId As Guid, targetInfo As DebugTargetInfo)

Parametreler

runId
Guid

Test çalıştırmasını benzersiz şekilde tanımlamak için bir GUID.

targetInfo
DebugTargetInfo

DebugTargetInfoTest çalıştırması hakkında bilgi içeren bir nesne.

Şunlara uygulanır

DebugRequestMessage(Guid, DebugTargetInfo, DebugEventHandler)

DebugRequestMessageBELIRTILEN GUID, hedef hata ayıklama bilgilerini ve hata ayıklama olay işleyicisini geri arama için kullanarak sınıfının bir örneğini başlatır.

public:
 DebugRequestMessage(Guid runId, Microsoft::VisualStudio::TestTools::Common::DebugTargetInfo ^ targetInfo, Microsoft::VisualStudio::TestTools::Common::DebugEventHandler ^ debugEventHandler);
public DebugRequestMessage (Guid runId, Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo targetInfo, Microsoft.VisualStudio.TestTools.Common.DebugEventHandler debugEventHandler);
new Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage : Guid * Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo * Microsoft.VisualStudio.TestTools.Common.DebugEventHandler -> Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage
Public Sub New (runId As Guid, targetInfo As DebugTargetInfo, debugEventHandler As DebugEventHandler)

Parametreler

runId
Guid

Test çalıştırmasını benzersiz şekilde tanımlamak için bir GUID.

targetInfo
DebugTargetInfo

DebugTargetInfoTest çalıştırması hakkında bilgi içeren bir nesne.

debugEventHandler
DebugEventHandler

DebugEventHandlerGeri çağırma olayını işleyecek yöntem.

Şunlara uygulanır