ParseRecorder.RecorderFactories 属性

定义

获取分析记录器工厂的集合。

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; }
member this.RecorderFactories : System.Collections.Generic.IList<Func<System.Web.UI.ParseRecorder>>
Public Shared ReadOnly Property RecorderFactories As IList(Of Func(Of ParseRecorder))

属性值

IList<Func<ParseRecorder>>

分析记录器工厂。 如果属性为 null ,则生成一个空集合并将其返回。

适用于