IngestionDocument.Sections Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Abschnitte des Dokuments ab.
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)