OLEMENUID Structure
Visual Studio 2015
Describes a menu numerically and/or by name.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | cwBuf | Size, in characters, of pwszNameBuf, the menu name buffer. |
![]() | nMenuId | Specifies a numeric menu identifier; -1 if specified by name. |
![]() | pwszNameBuf | Buffer for menu name. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

