Свойство RibbonSplitButtonGallery.Categories
Приведенные ниже сведения относятся к верс.2
Получает коллекцию экземпляров категорий для галереи.
Пространство имен: Microsoft.WebMatrix.Extensibility
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
Public Property Categories As IEnumerable(Of RibbonGalleryCategory)
Get
Private Set
'Применение
Dim instance As RibbonSplitButtonGallery
Dim value As IEnumerable(Of RibbonGalleryCategory)
value = instance.Categories
public IEnumerable<RibbonGalleryCategory> Categories { get; private set; }
public:
property IEnumerable<RibbonGalleryCategory^>^ Categories {
IEnumerable<RibbonGalleryCategory^>^ get ();
private: void set (IEnumerable<RibbonGalleryCategory^>^ value);
}
member Categories : IEnumerable<RibbonGalleryCategory> with get, private set
function get Categories () : IEnumerable<RibbonGalleryCategory>
private function set Categories (value : IEnumerable<RibbonGalleryCategory>)
Значение свойства
Тип: System.Collections.Generic.IEnumerable<RibbonGalleryCategory>
Коллекция экземпляров категорий для галереи.