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)

属性值

适用于