'Declaration
Public Property Buttons As IList(Of IRibbonButton)
'Usage
Dim instance As IndependentView Dim value As IList(Of IRibbonButton) instance.Buttons = value value = instance.Buttons
public IList<IRibbonButton> Buttons {get; set;}
public: property IList<IRibbonButton^>^ Buttons { IList<IRibbonButton^>^ get(); void set ( IList<IRibbonButton^>^ value); }