IFileContextHierarchy<T>.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return list of child contexts
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; }
public System.Collections.Generic.IEnumerable<T>? Items { get; set; }
member this.Items : seq<'T> with get, set
Public Property Items As IEnumerable(Of T)
Property Value
IEnumerable<T>