DkmInspectionContext.ReturnValues Propriedade

Definição

Adicional Representação bruta de valores para $ReturnValue 1, $ReturnValue 2, etc.

         Essa API foi introduzida no Visual Studio 14 RTM (DkmApiVersion. VS14RTM).
public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValueContainer ^> ^ ReturnValues { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::DkmRawReturnValueContainer ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValueContainer> ReturnValues { get; }
member this.ReturnValues : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.DkmRawReturnValueContainer>
Public ReadOnly Property ReturnValues As ReadOnlyCollection(Of DkmRawReturnValueContainer)

Valor da propriedade

ReadOnlyCollection<DkmRawReturnValueContainer>

Aplica-se a