ParentChunk.Children Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ Children { System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> Children { get; set; }
member this.Children : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> with get, set
Public Property Children As IList(Of Chunk)