IngestionDocumentSection.Elements Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera elementy w tej sekcji.
public:
property System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^> ^ Elements { System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionDocumentElement> Elements { get; }
member this.Elements : System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionDocumentElement>
Public ReadOnly Property Elements As IList(Of IngestionDocumentElement)