Extension.RibbonItems Property
Applies to v2.
Gets a sequence of Ribbon items that are always available.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property RibbonItems As ReadOnlyCollection(Of RibbonItem)
Get
Private Set
'Usage
Dim instance As Extension
Dim value As ReadOnlyCollection(Of RibbonItem)
value = instance.RibbonItems
public ReadOnlyCollection<RibbonItem> RibbonItems { get; private set; }
public:
property ReadOnlyCollection<RibbonItem^>^ RibbonItems {
ReadOnlyCollection<RibbonItem^>^ get ();
private: void set (ReadOnlyCollection<RibbonItem^>^ value);
}
member RibbonItems : ReadOnlyCollection<RibbonItem> with get, private set
function get RibbonItems () : ReadOnlyCollection<RibbonItem>
private function set RibbonItems (value : ReadOnlyCollection<RibbonItem>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RibbonItem>
A sequence of Ribbon items that are always available.