IFileContextHierarchy<T>.Items 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.
Retornar lista de contextos filho
public:
property System::Collections::Generic::IEnumerable<T> ^ Items { System::Collections::Generic::IEnumerable<T> ^ get(); void set(System::Collections::Generic::IEnumerable<T> ^ value); };
public System.Collections.Generic.IEnumerable<T> Items { get; set; }
member this.Items : seq<'T> with get, set
Public Property Items As IEnumerable(Of T)
Valor da propriedade
- IEnumerable<T>