Share via


SelectableAction.Items Property

Definition

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Items { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.Dictionary<string,object> Items { get; set; }
member this.Items : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Items As Dictionary(Of String, Object)

Property Value

Applies to