DiagnosticCheckpointEvent.ThreadStacks Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
contém pilhas completas de cada thread ativo no momento em que este ponto de verificação foi gravado
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::ThreadStack ^> ^ ThreadStacks { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::ThreadStack ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.ThreadStack> ThreadStacks { get; }
member this.ThreadStacks : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.ThreadStack>
Public ReadOnly Property ThreadStacks As IList(Of ThreadStack)