共用方式為


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)

屬性值

定義與指定狀態相關聯的早期和晚期繫結變數之索引鍵/值組的集合。

適用於