共用方式為


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)

屬性值

適用於