Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of menu items.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Function GetItems As IEnumerable(Of MenuBase)
'Usage
Dim instance As ContextMenuService
Dim returnValue As IEnumerable(Of MenuBase)
returnValue = instance.GetItems()
public IEnumerable<MenuBase> GetItems()
public:
IEnumerable<MenuBase^>^ GetItems()
public function GetItems() : IEnumerable<MenuBase>
Return Value
Type: System.Collections.Generic.IEnumerable<MenuBase>
An enumeration of currently applicable menu items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace