IMenuItemCollection الواجهة
يمثل مجموعة من عناصر القائمة الموجودة تمت الإضافة بشكل حيوي في ProjectItemMenuItemsRequestedمعالج الحدث.
مساحة الاسم: Microsoft.VisualStudio.SharePoint
التجميع: Microsoft.VisualStudio.SharePoint (في Microsoft.VisualStudio.SharePoint.dll)
بناء الجملة
'إقرار
Public Interface IMenuItemCollection _
Inherits IEnumerable(Of IMenuItem), IEnumerable
public interface IMenuItemCollection : IEnumerable<IMenuItem>,
IEnumerable