ParseRecorder.RecorderFactories Eigenschap

Definitie

Hiermee haalt u een verzameling parseringsrecorderfabrieken op.

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))

Waarde van eigenschap

De parseringsrecorder factory's. Als de eigenschap is null, wordt er een lege verzameling gemaakt en geretourneerd.

Van toepassing op