共用方式為


StackFrame.PreContextCode 屬性

定義

實際錯誤行之前的程式程式碼 (s) 。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ PreContextCode { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> PreContextCode { get; set; }
member this.PreContextCode : seq<string> with get, set
Public Property PreContextCode As IEnumerable(Of String)

屬性值

適用於