Share via


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

プロパティ値

解析レコーダー ファクトリ。 プロパティが null の場合は、空のコレクションが作成され、それが返されます。

適用対象