共用方式為


ParseRecorder.RecorderFactories 屬性

定義

取得剖析錄製器 Factory 的集合。

public:
 static property System::Collections::Generic::IList<Func<System::Web::UI::ParseRecorder ^> ^> ^ RecorderFactories { System::Collections::Generic::IList<Func<System::Web::UI::ParseRecorder ^> ^> ^ get(); };
public static System.Collections.Generic.IList<Func<System.Web.UI.ParseRecorder>> RecorderFactories { get; }
static member RecorderFactories : System.Collections.Generic.IList<Func<System.Web.UI.ParseRecorder>>
Public Shared ReadOnly Property RecorderFactories As IList(Of Func(Of ParseRecorder))

屬性值

剖析錄製器 Factory。 如果屬性為 null,則會建立並傳回空白集合。

適用於