DkmCppWinRTExceptionInformation.CapturedStack Propriedade

Definição

Adicional Se a exceção contiver um rastreamento de pilha capturado, o especifica os endereços dos quadros capturados.

Essa API foi introduzida no Visual Studio 12 RTM (DkmApiVersion. VS12RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ CapturedStack { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress> CapturedStack { get; }
member this.CapturedStack : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress>
Public ReadOnly Property CapturedStack As ReadOnlyCollection(Of DkmInstructionAddress)

Valor da propriedade

ReadOnlyCollection<DkmInstructionAddress>

Aplica-se a