다음을 통해 공유


CompositeEndpointDataSource.DataSources 속성

정의

개체와 연결된 인스턴스의 EndpointDataSource 컬렉션을 반환합니다.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ DataSources { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.EndpointDataSource> DataSources { get; }
member this.DataSources : seq<Microsoft.AspNetCore.Routing.EndpointDataSource>
Public ReadOnly Property DataSources As IEnumerable(Of EndpointDataSource)

속성 값

적용 대상