Aracılığıyla paylaş


ParseRecorder.RecorderFactories Özellik

Tanım

Ayrıştırma Kaydedicisi fabrikalarının bir koleksiyonunu alır.

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

Özellik Değeri

IList<Func<ParseRecorder>>

Ayrıştırma Kaydedicisi fabrikası. Özelliği ise null , boş bir koleksiyon oluşturulur ve döndürülür.

Şunlara uygulanır