IngestionDocument.Sections 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 sekcje dokumentu.
public:
property System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionDocumentSection ^> ^ Sections { System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionDocumentSection ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionDocumentSection> Sections { get; }
member this.Sections : System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionDocumentSection>
Public ReadOnly Property Sections As IList(Of IngestionDocumentSection)