IngestionDocumentSection.Elements Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar elementen i det här avsnittet.
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)