Udostępnij za pośrednictwem


DkmCompiledClrLocalsQuery.LocalInfo Property

Definition

The collection of local variable names and method names on the query type to get the values.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Property Value

Applies to