다음을 통해 공유


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인 경우 빈 컬렉션이 만들어지고 반환됩니다.

적용 대상