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