Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets or sets the list of ribbon items for the extension.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property RibbonItems As IList(Of RibbonItem)
Get
Friend Set
'Usage
Dim instance As ExtensionInitData
Dim value As IList(Of RibbonItem)
value = instance.RibbonItems
public IList<RibbonItem> RibbonItems { get; internal set; }
public:
property IList<RibbonItem^>^ RibbonItems {
IList<RibbonItem^>^ get ();
internal: void set (IList<RibbonItem^>^ value);
}
member RibbonItems : IList<RibbonItem> with get, internal set
function get RibbonItems () : IList<RibbonItem>
internal function set RibbonItems (value : IList<RibbonItem>)
Property Value
Type: System.Collections.Generic.IList<RibbonItem>
The list of ribbon items for the extension.