CustomItemFrame.CustomItems Property

Definition

public:
 property System::Collections::Generic::List<System::Management::Automation::CustomItemBase ^> ^ CustomItems { System::Collections::Generic::List<System::Management::Automation::CustomItemBase ^> ^ get(); void set(System::Collections::Generic::List<System::Management::Automation::CustomItemBase ^> ^ value); };
public System.Collections.Generic.List<System.Management.Automation.CustomItemBase> CustomItems { get; set; }
member this.CustomItems : System.Collections.Generic.List<System.Management.Automation.CustomItemBase> with get, set
Public Property CustomItems As List(Of CustomItemBase)

Property Value

Applies to