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, создается и возвращается и пустая коллекция.

Применяется к