VirtualStackFrame.Locals 属性

定义

获取调用堆栈上帧的局部变量。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Locals { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Locals { get; }
member this.Locals : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Locals As IDictionary(Of String, Object)

属性值

键/值对的集合,用于定义与指定状态关联的早期和后期绑定变量。

适用于