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)

屬性值

一組鍵值對,定義與指定狀態相關的早期與晚期界定變數。

適用於