CompositeBindingSource.BindingSources 속성

정의

항목 집합을 BindingSource 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^> ^ BindingSources { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource> BindingSources { get; }
member this.BindingSources : seq<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource>
Public ReadOnly Property BindingSources As IEnumerable(Of BindingSource)

속성 값

적용 대상